| .. | .. |
|---|
| 9 | 9 | Animated, |
|---|
| 10 | 10 | Dimensions, |
|---|
| 11 | 11 | Keyboard, |
|---|
| 12 | + KeyboardAvoidingView, |
|---|
| 12 | 13 | LayoutAnimation, |
|---|
| 14 | + Platform, |
|---|
| 13 | 15 | Pressable, |
|---|
| 14 | 16 | ScrollView, |
|---|
| 15 | 17 | StyleSheet, |
|---|
| .. | .. |
|---|
| 471 | 473 | elevation: 20, |
|---|
| 472 | 474 | }} |
|---|
| 473 | 475 | > |
|---|
| 476 | + <KeyboardAvoidingView |
|---|
| 477 | + style={{ flex: 1 }} |
|---|
| 478 | + behavior={Platform.OS === "ios" ? "padding" : undefined} |
|---|
| 479 | + > |
|---|
| 474 | 480 | <GestureHandlerRootView style={{ flex: 1 }}> |
|---|
| 475 | 481 | {/* Header */} |
|---|
| 476 | 482 | <View |
|---|
| .. | .. |
|---|
| 673 | 679 | </Text> |
|---|
| 674 | 680 | </View> |
|---|
| 675 | 681 | </GestureHandlerRootView> |
|---|
| 682 | + </KeyboardAvoidingView> |
|---|
| 676 | 683 | </Animated.View> |
|---|
| 677 | 684 | </View> |
|---|
| 678 | 685 | </View> |
|---|