Skip to content

Commit

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

### Peer Dependencies

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

### Usage

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

### 第三方依赖

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

### 如何使用

##### 全局 Hooks
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "react-native-lifecycle",
"version": "1.2.0",
"version": "1.2.1",
"description": "React Native Lifecycle",
"main": "dist/index.js",
"repository": "[email protected]:Chooin/react-native-lifecycle.git",
"author": "Devin.Zhu",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"@react-navigation/native": "^5.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 4f07371

Please sign in to comment.