All Projects → DAB0mB → Reactnativemeteorboilerplate

DAB0mB / Reactnativemeteorboilerplate

Licence: mit

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactnativemeteorboilerplate

Rn Minimalist Weather App
Minimalist Weather App using React Native
Stars: ✭ 52 (-34.18%)
Mutual labels:  mobile-app
Eh Redux
A E-Hentai reader written in Flutter.
Stars: ✭ 67 (-15.19%)
Mutual labels:  mobile-app
Meteor Azure
Automate Meteor deployments on Azure App Service
Stars: ✭ 69 (-12.66%)
Mutual labels:  meteor
Ostrio Neo4jdriver
Most advanced and efficient Neo4j REST API Driver, with support of https and GrapheneDB
Stars: ✭ 55 (-30.38%)
Mutual labels:  meteor
Gas Oil Mixture Mobile
Mobile app for calculation of gasoline/oil ratio for 2 stroke engines built with React Native.
Stars: ✭ 61 (-22.78%)
Mutual labels:  mobile-app
Leaflet Compass
Leaflet plugin to show a rotating Compass!
Stars: ✭ 67 (-15.19%)
Mutual labels:  mobile-app
Homemirror
Web based home mirror, inspired by Hannah Mitt's project.
Stars: ✭ 49 (-37.97%)
Mutual labels:  meteor
Livechart
Android library to draw beautiful and rich line charts.
Stars: ✭ 78 (-1.27%)
Mutual labels:  mobile-app
Nativescript Ionic Template
📱 🖥 Create Mobile First apps, Web and Native sharing the code with Angular 🎉
Stars: ✭ 65 (-17.72%)
Mutual labels:  mobile-app
Passman Android
🔑 Android app for Passman.
Stars: ✭ 70 (-11.39%)
Mutual labels:  mobile-app
Meteor Skeleton
A simple boilerplate for creating Meteor applications with Blaze and SASS
Stars: ✭ 55 (-30.38%)
Mutual labels:  meteor
Vulcan
🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
Stars: ✭ 8,027 (+10060.76%)
Mutual labels:  meteor
Flutter Ui Showcase
FLUTTER UI Showcase
Stars: ✭ 68 (-13.92%)
Mutual labels:  mobile-app
Here Ios Sdk Examples
Objective-C and Swift projects using the HERE SDK for iOS.
Stars: ✭ 52 (-34.18%)
Mutual labels:  mobile-app
Q42.nl
Q42.com
Stars: ✭ 69 (-12.66%)
Mutual labels:  meteor
React Native Hotels App
⛺️ Hotels App: A simple react-native App exercise with nodeJS API consumption
Stars: ✭ 50 (-36.71%)
Mutual labels:  mobile-app
Alpaca Rn Mobile
An example React native mobile app to help you get started with Alpaca
Stars: ✭ 67 (-15.19%)
Mutual labels:  mobile-app
Meteor Comments Ui
Simple templates for comment functionality in your Meteor App
Stars: ✭ 78 (-1.27%)
Mutual labels:  meteor
Meteor Iron Router Ga
Google analytics for Iron Router
Stars: ✭ 76 (-3.8%)
Mutual labels:  meteor
Fridpa
An automated wrapper script for patching iOS applications (IPA files) and work on non-jailbroken device
Stars: ✭ 69 (-12.66%)
Mutual labels:  mobile-app

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.

https://medium.com/@ardatan/connecting-react-native-and-meteor-w-o-any-3rd-party-library-in-2018-3e784d33acb0

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 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<service> of accounts-<service> packages without any extra react-native or expo plugins.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].