Go to file
TyFonDev d6699464a5 chore: restore js extension 2024-01-25 22:16:02 -03:00
__mocks__/@react-native-firebase feat: some refactor + clean code + tests 2024-01-11 09:13:20 -03:00
android feat: remote-config is added 2023-12-22 22:40:24 -03:00
ios feat: remote-config is added 2023-12-22 22:40:24 -03:00
resources/images feat: refactor header image + footer image is added 2024-01-23 22:25:24 -03:00
src feat: refactor header image + footer image is added 2024-01-23 22:25:24 -03:00
.eslintrc.js feat: some refactor + clean code + tests 2024-01-11 09:13:20 -03:00
.gitignore chore: .husky and .bundle is added to gitignore 2024-01-10 19:58:33 -03:00
.prettierrc.js Initial commit 2023-11-08 20:37:01 -03:00
.watchmanconfig Initial commit 2023-11-08 20:37:01 -03:00
Gemfile Initial commit 2023-11-08 20:37:01 -03:00
Gemfile.lock Initial commit 2023-11-08 20:37:01 -03:00
README.md feat: some refactor + clean code + tests 2024-01-11 09:13:20 -03:00
app.json Initial commit 2023-11-08 20:37:01 -03:00
babel.config.js chore: eslint + babel config 2023-11-08 21:19:35 -03:00
commitlint.config.js chore: format + husky hook in prepare 2024-01-10 19:55:36 -03:00
index.js chore: restore js extension 2024-01-25 22:16:02 -03:00
jest.config.ts feat: refactor header image + footer image is added 2024-01-23 22:25:24 -03:00
metro.config.js Initial commit 2023-11-08 20:37:01 -03:00
package.json feat: some refactor + clean code + tests 2024-01-11 09:13:20 -03:00
react-native.config.js feat: calls to services and the construction of the UI are incorporated 2023-12-06 00:39:45 -03:00
tsconfig.json Initial commit 2023-11-08 20:37:01 -03:00
yarn.lock feat: refactor header image + footer image is added 2024-01-23 22:25:24 -03:00

README.md

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Install dependencies

yarn install

Step 2: Start your Application

For Android

yarn android

For iOS

yarn ios

If everything is set up correctly, you should see your new app running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.

This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.

Troubleshooting

If you can't get this to work, see the Troubleshooting page.

Learn More

To learn more about React Native, take a look at the following resources:

Utility scripts

Start metro server

yarn start

Linting code

yarn lint

Run tests

yarn test

Create a release apk

yarn build:apk:release