octavioturra / react-native-alt-beacon

A work-in-progress lib to work with AltBeacon and React Native.
MIT License
34 stars 10 forks source link

Doesn't work ! #11

Open jonathanroze opened 7 years ago

jonathanroze commented 7 years ago

Hi Octavioturra, thank for your plugin but i have a problem !

When i run this cmd 'react-native run-android' i have this error :

[...]/android/app/src/main/java/com/project/MainApplication.java:31: error: constructor RNABeaconPackage in class RNABeaconPackage cannot be applied to given types; new RNABeaconPackage() ^ required: Context found: no arguments reason: actual and formal argument lists differ in length 1 error :app:compileDebugJavaWithJavac FAILED

Do you have an idea?