Skip to content

vivitali/Jarvis-AR

Repository files navigation

Folder structure

app
├── assets
├── config
│   │   layout.js
│   └── colors.js
├── screens
├── components
├── containers
│   └── Profile
│       └── redux
│           |   actions.js
│           |   constants.js
│           |   reducer.js
│           |   saga.js
│           |   selectors.js
│           └── index.js
│       index.js
├──  redux
|    ├── saga
|    |   |   index.js
|    |   └── app.saga.js
│    |   actions.js
│    |   constants.js
│    |   reducer.js
│    |   selectors.js
│    |   createStore.js
│    └── index.js
├── navigation
├── services
└── index.js

Description

TBD

Development

Running application in dev mode

  • check if you have .env file in the root (PLEASE, DO NOT COMMIT THAT FILE)
  • run npm run start
  • run npm run android (or npm run ios - which is not supported for now)

Useful tools

React Native Debugger

Follow instructions from https://github.com/jhen0409/react-native-debugger

How to build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published