radarlabs / react-native-radar

React Native module for Radar, the leading geofencing and location tracking platform
https://radar.com
Apache License 2.0
170 stars 32 forks source link

NativeModules.RNRadar is undefined #26

Closed AmeerHamzaRiaz closed 6 years ago

AmeerHamzaRiaz commented 6 years ago

Even though, I have ran the command

react-native link react-native-radar

Still getting this error on run-time . Need quick fix.

Ran again to double check

D:\react-native-project\radar>react-native link react-native-radar
Scanning folders for symlinks in D:\react-native-project\radar\node_modules (46ms)
rnpm-install info Platform 'ios' module react-native-radar is already linked
rnpm-install info Platform 'android' module react-native-radar is already linked
noahtallen commented 6 years ago

Did you do the "Configure project" and "Add SDK to project" steps in the SDK documentation?