From 0cc276dbea6e1cbaeb54c43af7f4c30534fbaa19 Mon Sep 17 00:00:00 2001 From: Benjamin Elo Date: Mon, 19 Aug 2019 02:28:06 -0700 Subject: [PATCH] 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 --- src/plugins/navigation/package.json | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/plugins/navigation/package.json b/src/plugins/navigation/package.json index 4205bf89f..6b570c472 100644 --- a/src/plugins/navigation/package.json +++ b/src/plugins/navigation/package.json @@ -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" } +}