The tools necessary to make the project run are:
The project is built using ReactNative v0.74.1 with Typescript and the setup was made using the react-native CLI
with the react-native-template-typescript
template.
Additionally, for linting and formatting, eslint
and prettier
are being used, which work better with the help of its corresponding text editor extensions.
git clone https://github.com/indigotech/onboard-davi-felix
cd onboard-davi-felix
nvm use 18.20.2
npm install
Install the corresponding Android SDK version on Android Studio and then create a Virtual Device for emulation
Install the corresponding IOS version on Xcode
Install dependencies for IOS project
cd ios/
bundle install
bundle exec pod install
npm start
i
to run on IOS or a
to run on AndroidThat's it! From now on, just enjoy the app!