Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problems running in browser and on android #3

Open
gregory-h opened this issue Mar 5, 2017 · 0 comments
Open

problems running in browser and on android #3

gregory-h opened this issue Mar 5, 2017 · 0 comments

Comments

@gregory-h
Copy link

gregory-h commented Mar 5, 2017

After following the installation instructions (git clone, cd, npm install), running 'npm run browser:development' returns many missing module errors. I can resolve these by installing the missing modules, ie:

npm install react
npm install react-dom
npm install react-tap-event-plugin
npm install react-addons-perf (after first removing it from package.json)

After doing this much the app builds and I can open it in a browser, however there are many js warnings and several uncaught errors.

Running on android using:

npm run native:development,
npm run android:setup-port
react-native run-android

This starts the app in my emulator however it's mostly non functional - the ui shows only a few lines of text - 'To get started, edit index.android.js. Usage instructions not provided'. Is this as expected or ?

I'm using node 4.4.6, wondering if there is some other environmental requirement?

@gregory-h gregory-h changed the title problems running in browser problems running in browser and on android Mar 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant