Closed NishadilDev closed 1 year ago
Hi @NishadilDev, can you provide information about the react
and react-native
versions you are trying to use?
Hi @kadiraydinli versions we used... ( copied directly from our package.json )
"react": "18.1.0",
"react-native": "0.70.3",
Hi @NishadilDev, I tested it but it seems to works fine. It's weird that you are getting this error. What are your Android build.gradle
, compileSdkVersion
, targetSdkVersion
and buildToolsVersion
versions? Also can you explain in more detail how the problem occurred? It will help me a lot in solving the problem. Thans in advance.
Hi again @NishadilDev, I think the following command will work to fix the issue. I'm closing the issue for now. If your problem persists, feel free to open it again.
cd android && ./gradlew clean && cd ..
With
SystemNavigationBar.fullScreen(true);
getting TypeError: Cannot read property 'fullScreen' of undefined