From f74981ac3267a677688fbff1b173a82c0b9fe758 Mon Sep 17 00:00:00 2001 From: Hedger Wang Date: Tue, 16 Feb 2016 11:57:16 -0800 Subject: [PATCH] Add `@providesModule NavigatorExample` to NavigatorExample.js Reviewed By: fkgozali Differential Revision: D2936536 fb-gh-sync-id: 06923aa269d1687a562624de00e7a06328e6861d shipit-source-id: 06923aa269d1687a562624de00e7a06328e6861d --- Examples/UIExplorer/Navigator/NavigatorExample.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples/UIExplorer/Navigator/NavigatorExample.js b/Examples/UIExplorer/Navigator/NavigatorExample.js index d15939886..7346af454 100644 --- a/Examples/UIExplorer/Navigator/NavigatorExample.js +++ b/Examples/UIExplorer/Navigator/NavigatorExample.js @@ -10,7 +10,9 @@ * FACEBOOK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -*/ + * + * @providesModule NavigatorExample + */ 'use strict'; var React = require('react-native');