Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dab0mb/reactnativemeteorboilerplate
https://github.com/dab0mb/reactnativemeteorboilerplate
meteor mobile-app react-native
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dab0mb/reactnativemeteorboilerplate
- Owner: DAB0mB
- License: mit
- Created: 2017-04-18T17:05:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T07:18:39.000Z (over 6 years ago)
- Last Synced: 2025-01-03T15:24:23.005Z (13 days ago)
- Topics: meteor, mobile-app, react-native
- Language: JavaScript
- Size: 279 KB
- Stars: 78
- Watchers: 6
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Meteor Boilerplate
This is a React Native app which uses Meteor as its backend. It should be used as a sample boilerplate for starting a new app of your own.
## Quick Start
Install all the dependencies:
$ npm install
Bundle Meteor client:
$ npm run meteor-bundle-client
Start the API server:
$ npm run api
Start the packager:
$ npm start
Run the app:
$ react-native run-android
Or in case you're using iOS:
$ react-native run-ios
> **Note:** The API URL is configured to `http://localhost:3000` by default. If you would like to change that, be sure to visit the official `README.md` file of [Meteor Client Bundler](https://github.com/Urigo/meteor-client-bundler) for detailed instructions.
## Facebook, Twitter and Google logins
You have to set custom URI scheme prefix in `app.json`, and `main.js` on Meteor backend. Then, you can use `Meteor.loginWith` of `accounts-` packages without any extra `react-native` or `expo` plugins.
### License
MIT