Sembly is an event planning and coordination tool with Facebook integration, built with React Native for iOS devices.
###Installing Dependencies
From within the root directory:
npm install
###Starting the app
From the root directory in one terminal:
npm start
and in another terminal:
npm run build
