Code Monkey home page Code Monkey logo

Comments (9)

davegariepy avatar davegariepy commented on May 22, 2024

ok, so now I got it to build. The simulator shows "RNApp" then a loading spinner, but it stays on the loading spinner.

from react-native-meteor-boilerplate.

 avatar commented on May 22, 2024

Hi ddddave,

Did you execute meteor by cli in the MeteorApp folder?

from react-native-meteor-boilerplate.

smooJitter avatar smooJitter commented on May 22, 2024

@ddddave, it could be that your meteor server isn't running. Any meteor server running on localhost://3000 (I believe the boilerplate watches on port 3000).

from react-native-meteor-boilerplate.

spencercarli avatar spencercarli commented on May 22, 2024

Just wanted to echo above, make sure that the meteor app is running. If you're using android (even in an emulator) you'll need to change localhost to your computer's IP address

from react-native-meteor-boilerplate.

jefflau avatar jefflau commented on May 22, 2024

Hi guys,

I have the same problem as above. I'm just trying to get the stock boilerplate running. I have the meteor server running on a different terminal window and have run npm install. Then I ran the iOS app using xcode

2016-07-13 12:05:05.793 [error][tid:com.facebook.react.JavaScript] this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)', 'this._nativeModule.addListener' is undefined)
2016-07-13 12:05:05.797 [fatal][tid:com.facebook.react.RCTExceptionsManagerQueue] Unhandled JS Exception: this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)', 'this._nativeModule.addListener' is undefined)
2016-07-13 12:05:05.810 [error][tid:com.facebook.react.JavaScript] Requiring module "329", which threw an exception.
2016-07-13 12:05:05.811 [fatal][tid:com.facebook.react.RCTExceptionsManagerQueue] Unhandled JS Exception: Requiring module "329", which threw an exception.
2016-07-13 12:05:05.813 [warn][tid:com.facebook.react.JavaScript] Unable to symbolicate stack trace: this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)', 'this._nativeModule.addListener' is undefined)
2016-07-13 12:05:05.813 [warn][tid:com.facebook.react.JavaScript] Unable to symbolicate stack trace: this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)', 'this._nativeModule.addListener' is undefined)
2016-07-13 12:05:07.654 [error][tid:com.facebook.react.JavaScript] Module AppRegistry is not a registered callable module.
2016-07-13 12:05:07.655 [warn][tid:com.facebook.react.JavaScript] Unable to symbolicate stack trace: this._nativeModule.addListener is not a function. (In 'this._nativeModule.addListener(eventType)', 'this._nativeModule.addListener' is undefined)
2016-07-13 12:05:07.655 [fatal][tid:com.facebook.react.RCTExceptionsManagerQueue] Unhandled JS Exception: Module AppRegistry is not a registered callable module.

from react-native-meteor-boilerplate.

spencercarli avatar spencercarli commented on May 22, 2024

@jefflau thanks for the showing the errors! Looks like you might be using symlinks somewhere? If so, symlinks are not currently supported in React Native (due to watchman).

from react-native-meteor-boilerplate.

jefflau avatar jefflau commented on May 22, 2024

I haven't changed anything in the actual project. It's all stock from a clone. Is there another way symlinks could affect it?

from react-native-meteor-boilerplate.

spencercarli avatar spencercarli commented on May 22, 2024

@jefflau maybe try rm -rf node_modules && npm install (in the RN app). It seems like React Native might not have installed correctly

from react-native-meteor-boilerplate.

spencercarli avatar spencercarli commented on May 22, 2024

Hoping this is fixed after merging #39. Let me know if not!

from react-native-meteor-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.