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

Example won't run #5

Closed andrekovac closed 8 years ago

andrekovac commented 8 years ago

When running react-native run-android after npm install in the example\ folder after cloning the rep, I get the following error:

Android project not found. Maybe run react-native android first?

When pulling the project from npm, the src/ folder in the example/ folder is not consistent with the repo here on Github. For example the files Button.js and List.js are missing.

That might be related to the npm difficulties you mentioned in issue #4 .

octavioturra commented 8 years ago

Sorry, I've ignored the gradle project file. I think that it's ok now.

But the npm is an issue that is giving me headaches. I'm waiting for the response from npm team.