-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update package.json version to 2.0.0
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
## Project info | ||
|
||
This project was created with [React Native Template Strong](https://svbutko.github.io/react-native-template-strong/). | ||
|
||
Version: [2.0.0](https://github.com/svbutko/react-native-template-strong/releases/tag/v2.0.0) | ||
|
||
Thank you for choosing this template. | ||
|
||
To learn how to work with it and what it offers check the [documentation](https://svbutko.github.io/react-native-template-strong/docs/getting-started). | ||
|
||
## Basic scripts | ||
|
||
Run iOS application: | ||
```shell | ||
$ npm run ios:run | ||
``` | ||
|
||
Run Android application: | ||
```shell | ||
$ npm run android:run | ||
``` | ||
|
||
Launch the start package listener: | ||
```shell | ||
$ npm run start | ||
``` | ||
|
||
Run Jest tests: | ||
```shell | ||
$ npm run tests | ||
``` |