anshif10
anshif10
Same problem for me too @mansimakwana25 did you fixed the issue ?
> Any process on this PR? I am currently facing with this issue > This branch works, but the repo looks abandoned. I don't think it will be merged in...
Update react-native-push-notification package OR comment line 65; //context.sendBroadcast(new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS)); path : node_modules/react-native-push-notification/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNPushNotificationActions.java
Cannot read property 'lockToLandscape' of null
> **Worked** **for** **me:** android/build.gradle > > ``` > buildscript { > ext { > ... > VisionCameraCodeScanner_targetSdkVersion = 31 //add > VisionCameraCodeScanner_compileSdkVersion = 31 //add > } > ......