https://github.com/jorneycr/counter-react-native
Small counter app, first project on React Native using TypeScript
https://github.com/jorneycr/counter-react-native
react-native typeescript
Last synced: 2 months ago
JSON representation
Small counter app, first project on React Native using TypeScript
- Host: GitHub
- URL: https://github.com/jorneycr/counter-react-native
- Owner: jorneycr
- Created: 2023-04-24T21:21:28.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T23:12:02.000Z (about 3 years ago)
- Last Synced: 2025-03-29T12:47:03.386Z (over 1 year ago)
- Topics: react-native, typeescript
- Language: Java
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Counter - React-Native
## Requeried
### Install `JDK-19`
### Install `Android studio` and `setup emulater`
## Add Env variables User varibles
### Varible `JAVA_HOME` and value `C:\Program Files\Java\jdk-19`
### Varible `ANDROID_HOME` and value `C:\Users\Jorne\AppData\Local\Android\Sdk`
## Add in the path of variables User varibles
### `C:\Users\Jorne\AppData\Local\Android\Sdk\platform-tools\`
## Create react project
### `npx react-native init counter --template react-native-template-typescript`
## Change this in the project once you created it
### On `projectName\android\gradle\wrapper` Open the file `gradle-wrapper.properties` and change it for `distributionUrl=https://services.gradle.org/distributions/gradle-7.6-all.zip`
### Open Android emulator
## Run the project
### `npx react-native run-android`