Test Project to Learn React Native concepts
This Project is being developed with the following tools and versions:
- Node: v20.15.1
- NPM: v10.7.0
- XCode: v16.0
- IOS: 18.0
- Device: IPhone 16 Plus
- Android Studio: 2024.1.2
- Android API: 35
- Android Emulator: 32.1.12
- Device: Pixel 4, with TiramisuPrivacySandbox
To run the project firstly install the dependencies:
npm install
Then, start the app with:
npx expo start
Lastly, use the console to open the project on an emulator or scan the QR code with another device to open the Expo project on it.
To ensure any added code follows the styling ang linting conventions of the project use both the Prettier and Eslint Extensions or run npx eslint [files]
to find styling errors on select files.