My Hello World project on Taqtile with TypeScript and React Native.
- "expo": "~51.0.28"
- "react: "18.2.0",
- "react-dom": "18.2.0",
- "react-native": "0.74.5",
- "npm": '10.7.0',
- "node": '20.15.1'
- "@biomejs/biome": "1.9.4"
To run the app clone this repository.
After, we need to install all dependencies first. This can be done using the following instruction
cd henriqueApp/
npm install
then we can run the app on the terminal with
npm run web
or
npm run android
or
npm run ios