We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.5 (version 1.0.4 is not affected)
iOS
MacOS
react-native init projectname
react-native-beacons-manager
index.ios.js
import Beacons from 'react-native-beacons-manager'
react-native run-ios
iOS simulator should start without errors
iOS simulator starts and shows this error:
undefined is not an object (evaluating 'beaconsAndroid.ARMA_RSSI_FILTER') module.android.js:23:40
If I remove module.android.js file and all references to it, the build will work.
module.android.js
#28 seems to be related.
The text was updated successfully, but these errors were encountered:
Thank you @jsyrjala for this detailed issue.
That was very helpful. I did not loose time going a wrong way to resolve it.
It is nearly related to #28 but the origin is more subtile / tricky.
It is due to a real mess with ES6 import/export in index.js and js modules files.
ES6 import/export
Sorry, something went wrong.
a94dbad
No branches or pull requests
Version
1.0.5 (version 1.0.4 is not affected)
Platform
iOS
OS version
MacOS
Steps to reproduce
react-native init projectname
react-native-beacons-manager
and link it.index.ios.js
react-native run-ios
Expected behavior
iOS simulator should start without errors
Actual behavior
iOS simulator starts and shows this error:
If I remove
module.android.js
file and all references to it, the build will work.#28 seems to be related.
The text was updated successfully, but these errors were encountered: