An open API service indexing awesome lists of open source software.

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

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`