Skip to content

Not working with KeyboardAwareScrollView #160

@ushyDev

Description

@ushyDev

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions