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

Thank your job #3

Open autofit opened 8 years ago

autofit commented 8 years ago

i do a app with your code,thanks share it ...

octavioturra commented 8 years ago

Thank you so much, guy. I've release the 1.1.0 version. If you want to take a test, there is a new and better docs too.

autofit commented 8 years ago

thanks!

autofit commented 8 years ago

Quote error:no sdk,i don't know where sdk for this

FAILURE: Build failed with an exception.

What went wrong: A problem occurred configuring project ':RNABeacon'. > The SDK directory 'F:\rn\afapp\android\Users\octavioturra\android-sdks' does n ot exist. Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: merge Paths: F:\rn\afapp\android\users\octavioturra\android-sdks\merge\package.json collides with F:\rn\afapp\node_modules\react-native\Libraries\vendor\core\merge. js

This error is caused by a @providesModule declaration with the same name accross two different files. Error: @providesModule naming collision: Duplicate module name: merge Paths: F:\rn\afapp\android\users\octavioturra\android-sdks\merge\package.json

andrekovac commented 8 years ago

@autofit : My pull-request #6 should solve the sdk issue when running the example. Give it a try.

autofit commented 8 years ago

@Andruschenko Thank you:)