Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 766 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 766 Bytes

meteor-react-native-web

A simple client only boilerplate app for the react-native-web package used within the Meteor.js framework

This gives you the ability to use Native UI components from the React Native project on the web with a meteor application.

This simple boilerplate will save you about an hour, from setting it up to getting a beginners understanding of how the ecosystem works :)

To get started, clone the repo, and then install the necessary npm packages like so:

meteor npm install

For documentation regarding the react-native-web package see the repo: https://github.com/necolas/react-native-web

For documentation on the React Native components check out the official docs: https://facebook.github.io/react-native/docs/getting-started.html