Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

null is not an object during the iOS app compilation #59

Closed ghost closed 4 years ago

ghost commented 5 years ago

Hi. I installed the library following the installation doc, but unfortunatly i got some errors after the compilation on iOS. Can someone help me solve this issue ?

2019-07-18 15:14:46.616 [error][tid:com.facebook.react.JavaScript] null is not an object (evaluating 'KontaktModule.stopDiscovery') 2019-07-18 15:14:46.616115+0200 ImmaginaCervia[4153:769615] null is not an object (evaluating 'KontaktModule.stopDiscovery') 2019-07-18 15:14:46.653 [error][tid:com.facebook.react.JavaScript] Module AppRegistry is not a registered callable module (calling runApplication) 2019-07-18 15:14:46.653138+0200 ImmaginaCervia[4153:769615] Module AppRegistry is not a registered callable module (calling runApplication) 2019-07-18 15:14:46.639 [fatal][tid:com.facebook.react.ExceptionsManagerQueue] Unhandled JS Exception: null is not an object (evaluating 'KontaktModule.stopDiscovery') 2019-07-18 15:14:46.673219+0200 ImmaginaCervia[4153:769601] Unhandled JS Exception: null is not an object (evaluating 'KontaktModule.stopDiscovery')

nollymar commented 4 years ago

I got the same error. Were you able to fix it?

andrekovac commented 4 years ago

Solved with merged PR #67