Skip to content

Commit

Permalink
smol editability update
Browse files Browse the repository at this point in the history
  • Loading branch information
szydlovsky committed Jan 15, 2025
1 parent 30e19bd commit a29a6c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/common-app/src/examples/AnimatedKeyboardExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@ export default function AnimatedKeyboardExample() {
<View style={styles.infoContainer}>
<AnimatedTextInput
style={styles.infoText}
editable={false}
animatedProps={animatedHeightProps}
/>
<AnimatedTextInput
style={styles.infoText}
editable={false}
animatedProps={animatedStateProps}
/>
</View>
Expand Down

0 comments on commit a29a6c9

Please sign in to comment.