- Clone the repository on your computer using:
git clone URL
. - Go to the APP directory.
- Execute:
yarn install
ornpm install
- Execute:
yarn start
ornpm start
and select the desired option!
- If you don't have expo and an Android simulator installed, search for a tutorial on YouTube.
This application is made with react native. It is a calculator that allows to:
- Change the theme from light to dark
- Add
- Subtract
- Multiply
- Divide
- Change from positive to negative and vice versa
- Return to 0
- Get the percentage
It is my first native application. The first of hopefully many :D
- React Native
- Typescript
- CSS
- Expo
"@types/jest": "^29.5.13"
"@types/node": "^20.10.6"
"@types/react": "~18.3.12"
"expo": "^52.0.0"
"expo-status-bar": "~2.0.0"
"react": "18.3.1"
"react-native": "0.76.5"
"@babel/core": "^7.20.0"
"@testing-library/jest-native": "^5.4.3"
"@testing-library/react-native": "^12.1.2"
"jest": "^29.7.0"
"jest-expo": "^52.0.0"
"typescript": "^5.1.3"
https://www.diegolibonati.com.ar/#/project/Calculator-Native
calculator-react-native.mp4
- Join to the correct path of the clone
- Execute:
yarn test
ornpm test