Skip to content
/ friends Public

Connects a React Native app via DDP with a Meteor application

Notifications You must be signed in to change notification settings

pmuens/friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Friends screenshot

Setup

The repository contains two applications. A Meteor application which serves as a backend and a react native app.

  1. Start the Meteor application Start the Meteor application by cd into the Meteor application folder and running meteor.

  2. Install npm packages cd into the react native project and run npm update.

  3. Start the react native app Just open the Xcode project and click on the run symbol.

About

Connects a React Native app via DDP with a Meteor application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published