ProjectNinjaTech
ProjectNinjaTech
use Pressable insated of Touacbleopacity from react native gesture handler import { Pressable } from 'react-native-gesture-handler';
I was getting the same issue in react native cli then i did cd ios -> pod install but somehow the i was getting error on pod install so i...
> If you put animation to 'none' then it works fine on android (no blank screen) I dont know how but this worked for me in android. Thank u so...
use this in your react navigation animation: none and it will work the whole screen going blank or screen going washed out will be resolved
cd android ./gradlew clean ./gradlew --stop Then, go back to the root directory of your project and run: npx react-native run-android I did this and it is working for me....