Closed komilovsg closed 4 weeks ago
When i try to import ScreenGuardModule from react-native-screenguard it gives me error like this Cannot read property 'activateShield' of null
run:
yarn android / npm run android (for android to link library) cd ios; pod install; cd ../ (for ios to link library)
@komilovsg if you are installing the lib from Expo project, then you need eject Expo 1st. If react-native below 0.60, remember to run 'react-native link' before proceed.
Reference expo here Linking here
Thanks and happy hacking!
When i try to import ScreenGuardModule from react-native-screenguard it gives me error like this Cannot read property 'activateShield' of null