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.
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