File | Date | Author | Commit |
---|---|---|---|
.expo-shared | 2020-09-25 |
![]() |
[93405d] fix ui bugs |
src | 2023-07-13 |
![]() |
[4a2096] PropTypes commented due to react native |
.eslintrc.js | 2020-09-07 |
![]() |
[3b2ab0] fixed product screen |
.gitignore | 2023-07-13 |
![]() |
[2a88de] Animated commented yarn to npm, rm masked-view |
App.js | 2022-04-16 |
![]() |
[0b1a31] upgrade: sdk 43 |
README.md | 2020-09-24 |
![]() |
[f27d28] Update README.md |
app.json | 2020-09-30 |
![]() |
[206b46] fixed bottom tab android |
babel.config.js | 2023-07-13 |
![]() |
[2a88de] Animated commented yarn to npm, rm masked-view |
package.json | 2023-07-13 |
![]() |
[2a88de] Animated commented yarn to npm, rm masked-view |
# install expo cli
npm install -g expo-cli
# install dependencies
npm install
Or use yarn
yarn install
# run project
expo start
Change the API in config.js to the server that you're running.
If you use my backend project the IP should be the IPv4 Address on your computer (cmd -> ipconfig)
If you'd like to contribute, please fork the repository and make changes as
you'd like. Pull requests are warmly welcome. Thanks alot