AzizAK / react-native-detector

a screenshot detector for react native
MIT License
210 stars 40 forks source link

[FIX] Native module cannot be null error #41

Closed AaronTJDev closed 2 years ago

AaronTJDev commented 2 years ago

issue #36

Change to detectorEventEmitter in PR #33 caused crash on iOS. Tested this on real devices and seems to be working without issues. Credit to @crherman7 for pointing this out to me.

Environment Info

iOS version 15.1 android version 10 React native version: 0.63.3

AzizAK commented 2 years ago

Hello, Sorry for the late reply.

Thank you for fixing the issue. I will merge it and publish it shortly.

BR