Estimote / react-native-proximity

React Native wrapper for Estimote Proximity SDK
Apache License 2.0
61 stars 38 forks source link

Promise Rejection Initialize (React Native 0.70.2) #66

Open jorgeferreira008 opened 2 years ago

jorgeferreira008 commented 2 years ago

I install react native estimote on React Native 0.70.2 and i get a promise rejection on initialize. (Cannot read property 'initialize' of null) I already import the package on MainApplication.java but i cant run the app because it says that the package 'com.estimote.react.RNEstimoteProximityPackage' does not exist.

Thank you