Brian Chen
Brian Chen
1. **"java.lang.NoSuchMethodError: No interface method putArray"** A: the react native version of 1.0.7 is way too old, you can check the build.gradle in node_modules of this package. To solved this...
@kirantripathi yes, i can be able to detect nearby iBeacon singnal 
@kirantripathi Here is my `info.plist`. You need - **NSLocationAlwaysUsageDescription** : for monitoring - **NSLocationWhenInUseUsageDescription**: for ranging  - Ranging trigger event: beaconsDidRange - Monitoring trigger event: regionDidEnter, regionDidExit I haven't...
@Andres6936 You can use it with React Native. I tired it with react-native-modal. Work like a charm.
@xseignard Your solution is better. There is no need to patch this package in order to make it work. I will delete my comment to prevent people getting the wrong...
I'm running on latest version of react-native(0.70.6) and Flipper (0.176.1). This issue still exist.