Brian Chen

Results 6 comments of 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 ![image](https://user-images.githubusercontent.com/34977345/100845909-d8bfb000-34b8-11eb-90af-9588372c0de2.png)

@kirantripathi Here is my `info.plist`. You need - **NSLocationAlwaysUsageDescription** : for monitoring - **NSLocationWhenInUseUsageDescription**: for ranging ![image](https://user-images.githubusercontent.com/34977345/103056773-d264b580-45d8-11eb-9091-47c52bdf93ef.png) - 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.