Skip to content

Commit

Permalink
chore: add a README to Flipper plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 27, 2022
1 parent e12980e commit 04d82c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/flipper-plugin-react-navigation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# `flipper-plugin-react-navigation`

Flipper plugin with developer tools for React Navigation.

Installation instructions and documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/6.x/devtools).
7 changes: 4 additions & 3 deletions packages/flipper-plugin-react-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://fbflipper.com/schemas/plugin-package/v2.json",
"name": "flipper-plugin-react-navigation",
"description": "Developer tools for React Navigation",
"id": "react-navigation",
"version": "1.1.3",
"pluginType": "client",
Expand All @@ -19,6 +20,9 @@
"watch": "flipper-pkg bundle --watch",
"test": "jest --no-watchman"
},
"dependencies": {
"shortid": "^2.2.16"
},
"peerDependencies": {
"antd": "*",
"flipper": "*",
Expand All @@ -37,8 +41,5 @@
"flipper-plugin": "^0.90.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"shortid": "^2.2.16"
}
}

0 comments on commit 04d82c3

Please sign in to comment.