mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 12:35:39 +08:00
chore: add a README to Flipper plugin
This commit is contained in:
5
packages/flipper-plugin-react-navigation/README.md
Normal file
5
packages/flipper-plugin-react-navigation/README.md
Normal file
@@ -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).
|
||||
@@ -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",
|
||||
@@ -19,6 +20,9 @@
|
||||
"watch": "flipper-pkg bundle --watch",
|
||||
"test": "jest --no-watchman"
|
||||
},
|
||||
"dependencies": {
|
||||
"shortid": "^2.2.16"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"antd": "*",
|
||||
"flipper": "*",
|
||||
@@ -37,8 +41,5 @@
|
||||
"flipper-plugin": "^0.90.2",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"shortid": "^2.2.16"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user