Skip to content

Rory-M/manager

Repository files navigation

React-native project bootstrap


Create project

react-native init manager


Change to project folder

cd manager


Install dependencies

General

  • npm install --save react-redux redux
  • npm install --save redux-thunk
  • npm install --save react-native-router-flux
  • npm install --save lodash

Firebase

  • npm install --save firebase

Communications

  • npm install react-native-communications

Create a user


Run

react-native run-ios


Reset

This might be related to facebook/react-native#4968

To resolve try the following:

  1. Clear watchman watches: watchman watch-del-all.
  2. Delete the node_modules folder: rm -rf node_modules && npm install.
  3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache.
  4. Remove haste cache: rm -rf /tmp/haste-map-react-native

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published