Skip to content

Commit

Permalink
Update package.json version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svbutko committed Jul 6, 2023
1 parent 8eb78e7 commit 20022af
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-template-strong",
"version": "1.3.4",
"version": "2.0.0",
"description": "React Native Strong Template made with react-native-navigation, TypeScript and Redux",
"files": [
"template",
Expand Down
31 changes: 31 additions & 0 deletions template/README.md
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
```

0 comments on commit 20022af

Please sign in to comment.