Rename NavigationState module to NavigationStateUtils

Summary: There is a NavigationState type within this module so the name cannot be shared

Reviewed By: hedgerwang

Differential Revision: D2938311

fb-gh-sync-id: c5208755c9dfa5bf0e67666957c01e203ddd4218
shipit-source-id: c5208755c9dfa5bf0e67666957c01e203ddd4218
This commit is contained in:
Eric Vicenti
2016-02-19 01:24:07 -08:00
committed by facebook-github-bot-5
parent 26402ea0b5
commit a91466f84a
14 changed files with 52 additions and 38 deletions

View File

@@ -88,6 +88,7 @@ var ReactNative = Object.assign(Object.create(require('React')), {
LayoutAnimation: require('LayoutAnimation'),
Linking: require('Linking'),
LinkingIOS: require('LinkingIOS'),
NavigationExperimental: require('NavigationExperimental'),
NetInfo: require('NetInfo'),
PanResponder: require('PanResponder'),
PixelRatio: require('PixelRatio'),