- Notifications
You must be signed in to change notification settings - Fork 375
Open
Description
When I type something in TextInput the keyboard automatically closes, has anyone solved this problem?
import { KeyboardAwareScrollView } from "react-native-keyboard-aware-scroll-view"; import ParallaxScrollView from "react-native-parallax-scroll-view"; const AnimatedCustomScrollView = Animated.createAnimatedComponent(KeyboardAwareScrollView) <ParallaxScrollView ... renderScrollComponent={(props) => { return( <AnimatedCustomScrollView {...props} /> )}} > </ParalaxScollView> Metadata
Metadata
Assignees
Labels
No labels