friends
friends copied to clipboard
Connects a React Native app via DDP with a Meteor application
Friends
Friends is an application which connects a Meteor backend to a React Native app (Only the iOS version is available right now).
You can browse through a list a friends. Everything is reactive. Meteor talks to the React Native app via DDP.

Setup
The repository contains two applications. A Meteor application which serves as a backend and a react native app.
-
Start the Meteor application Start the Meteor application by
cdinto the Meteor application folder and runningmeteor. -
Install npm packages
cdinto the react native project and runnpm update. -
Start the react native app Just open the Xcode project and click on the run symbol.