Removed navigation plugin gate keeper

Summary: Since I've published docs for the Nav Plugin, might as well remove the Gate Keeper. When integrating the Nav Plugin in our sample app, I've observed that the Plugin is stable.

Reviewed By: passy

Differential Revision: D16857344

fbshipit-source-id: c4b0b5828ae82f6e43cfcb000e7f003c5ccce568
This commit is contained in:
Benjamin Elo
2019-08-19 02:28:06 -07:00
committed by Facebook Github Bot
parent 0e1c49b6b4
commit 0cc276dbea

View File

@@ -1,12 +1,11 @@
{
"name": "flipper-plugin-navigation",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"gatekeeper": "flipper_navigation",
"title": "Navigation",
"icon": "directions",
"bugs": {
"email": "beneloca@fb.com"
}
"name": "flipper-plugin-navigation",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"title": "Navigation",
"icon": "directions",
"bugs": {
"email": "beneloca@fb.com"
}
}