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.
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
cd
into the Meteor application folder and runningmeteor
. -
Install npm packages
cd
into the react native project and runnpm update
. -
Start the react native app Just open the Xcode project and click on the run symbol.