ReactNativeMeteorBoilerplate screenshot

ReactNativeMeteorBoilerplate

Author Avatar Theme by Dab0mb
Updated: 21 Aug 2018
78 Stars

Categories

Overview:

The React Native Meteor Boilerplate is a sample boilerplate for starting a new React Native app that uses Meteor as its backend. It provides a quick and easy way to set up a new app with all the necessary dependencies.

Features:

  • Integration with Meteor backend
  • Easy installation process
  • Support for Facebook, Twitter, and Google logins
  • Customizable API URL
  • MIT License

Installation:

To install the React Native Meteor Boilerplate, follow these steps:

  1. Install all the dependencies by running the following command in your terminal:

    npm install
    
  2. Bundle the Meteor client by running the following command:

    npm run bundle-meteor-client
    
  3. Start the API server by running the following command:

    npm run start-api-server
    
  4. Start the packager by running the following command:

    npm start
    
  5. Finally, run the app by running the following command:

    npm run run-ios
    

Note: If you’re using iOS, make sure to update the API URL in the app.json file or visit the official README.md file for detailed instructions.

Summary:

The React Native Meteor Boilerplate is a useful tool for developers who want to start a new React Native app with a Meteor backend. It provides an easy installation process and support for social logins. With its customizable API URL and MIT License, it offers flexibility and freedom for developers to build their own apps.