Sen descrición

chase 57d84c8b35 Update 'README.md' %!s(int64=2) %!d(string=hai) anos
__tests__ 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
android 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
assets 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
components 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
contexts 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
helpers 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
ios 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
navigation 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
screens 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
screenshots 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
.gitignore 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
App.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
README.md 57d84c8b35 Update 'README.md' %!s(int64=2) %!d(string=hai) anos
app.json 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
babel.config.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
globals.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
index.android.js f4808fd573 build login and signup pages, setup api calls for signup %!s(int64=3) %!d(string=hai) anos
index.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
metro.config.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
package-lock.json 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
package.json 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
react-native.config.js 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos
yarn.lock 9420e41d7a added voice, updated look and feel %!s(int64=3) %!d(string=hai) anos

README.md

DEPRECATED

C&P Mobile app

Instructions for local deployment

Go to the official React Native - environment setup docs. They cover all desktop OS' and both mobile OS target's dependencies (iOS is currently not supported for this project).

Make sure that you switch to the "React Native CLI Quickstart" tab once in the docs. The docs default to the "Expo CLI Quickstart" tab - but this project doesn't use Expo, it uses the RN CLI. Follow the docs until you reach the "Creating a new application" section, skip that section as we're dealing with an existing application. Run npm i in the project directory to install the node dependencies, then follow the "Running your React Native application" section to get things up and running.