Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 450 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 450 Bytes

React Native Boilerplate

Initial structure for a React Native Project, it was bootstrapped using create-react-native-app so you can use expo to develop. It auto formats code if you use VS Code and have the prettier extension.

Auth flows work with rails using the devise token auth gem. The registration flow is not yet implemented.

API url configuration

Replace url and version in app/config/configSample.js and change file name to config.js