https://github.com/solnustec/react-native-template
Template React Native With Expo Project
https://github.com/solnustec/react-native-template
expo react-native template-project typescript
Last synced: about 2 months ago
JSON representation
Template React Native With Expo Project
- Host: GitHub
- URL: https://github.com/solnustec/react-native-template
- Owner: solnustec
- Created: 2025-03-15T06:01:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-15T06:31:47.000Z (over 1 year ago)
- Last Synced: 2025-03-15T07:23:34.513Z (over 1 year ago)
- Topics: expo, react-native, template-project, typescript
- Language: TypeScript
- Homepage: https://solnustec.com/
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @solnustec/react-native-template
First, you need to change the project name in the following files:
- `package.json`
- `README.md`
Specify the first version of this project in `package.json`.
## Requirements
You need to install the following dependencies.
1. [Node.js](https://nodejs.org/en): the min version required is `20`,
the latest LTS version.
> **Recommendation**:
> If you have installed `nvm` in your PC, only you need to run the following command:
```sh
nvm install
nvm use
```
To set the default version, you can run the following command:
```sh
nvm alias default 20
```
2. [Git](https://git-scm.com/): recommended in the latest version
## Set-up
- Run `npm install` in the root directory. This going to install all
the required packages.
- Run `npm run start` to start the server
- Enjoy! 😊
## Test
Only run `npm test` to execute all tests.