Skip to content

Commit

Permalink
chore: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chooin committed Jan 28, 2021
1 parent 426dc2e commit 41db64f
Show file tree
Hide file tree
Showing 4 changed files with 4,645 additions and 312 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
yarn add react-native-lifecycle
```

##### Peer Dependencies

```sh
yarn add @react-navigation/native # >=5.7.0
```

### Usage

##### Global Hooks
Expand Down
6 changes: 0 additions & 6 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
yarn add react-native-lifecycle
```

##### Peer 依赖

```sh
yarn add @react-navigation/native # >=5.7.0
```

### 如何使用

##### 全局 Hooks
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "react-native-lifecycle",
"version": "1.1.5",
"version": "1.2.0",
"description": "React Native Lifecycle",
"main": "dist/index.js",
"repository": "[email protected]:Chooin/react-native-lifecycle.git",
"author": "Devin.Zhu",
"license": "MIT",
"peerDependencies": {
"@react-navigation/native": ">= 5.7.0"
"dependencies": {
"@react-navigation/native": "^5.7.0"
},
"devDependencies": {
"react": "^0.16.8",
"react-native": "^0.60.0",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.18",
"husky": "^4.3.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0",
"react": "^0.16.8",
"react-native": "^0.60.0",
"typescript": "^4.0.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 41db64f

Please sign in to comment.