ushyDev

Results 2 issues of ushyDev

After installing the project from **expo-firebase-starter**, I added **eas-cli** and **expo-development-client** to the project. When I build the app through eas and release to testflight the app crashes after showing...

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)...