prepack/flow-typed/npm/react-native_vx.x.x.js
Dominic Gannaway e170c37aaa Upgrade Prepack to Babel 7 (#2256)
Summary:
Release notes: upgrades Prepack to use Babel 7.0.0-beta.53

This is a big PR that updates all of Prepack to Babel 7. Babylon is now `babel/parser` and pretty much all of the the previous Babel packages are now located in scoped packages. I had to make a bunch of changes around Jest/Flow/Webpack to get this all working. The build times of building Prepack itself seem considerably faster (easily twice as fast locally). I followed most of the Babel 6 -> 7 upgrade guide from the Babel site in terms of changing nodes and type definitions to match the new ones.
Pull Request resolved: https://github.com/facebook/prepack/pull/2256

Differential Revision: D8850583

Pulled By: trueadm

fbshipit-source-id: 2d2aaec25c6a1ccd1ec0c08c5e7e2a71f78ac2d8
2018-07-14 09:55:18 -07:00

4289 lines
162 KiB
JavaScript

// flow-typed signature: d06c970656acd3c84b00351852291246
// flow-typed version: <<STUB>>/react-native_v^0.55.4/flow_v0.76.0
/**
* This is an autogenerated libdef stub for:
*
* 'react-native'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'react-native' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'react-native/cli' {
declare module.exports: any;
}
declare module 'react-native/flow-github/metro' {
declare module.exports: any;
}
declare module 'react-native/flow/console' {
declare module.exports: any;
}
declare module 'react-native/flow/create-react-class' {
declare module.exports: any;
}
declare module 'react-native/flow/fbjs' {
declare module.exports: any;
}
declare module 'react-native/flow/Map' {
declare module.exports: any;
}
declare module 'react-native/flow/Position' {
declare module.exports: any;
}
declare module 'react-native/flow/Promise' {
declare module.exports: any;
}
declare module 'react-native/flow/prop-types' {
declare module.exports: any;
}
declare module 'react-native/flow/Set' {
declare module.exports: any;
}
declare module 'react-native/jest/assetFileTransformer' {
declare module.exports: any;
}
declare module 'react-native/jest/mockComponent' {
declare module.exports: any;
}
declare module 'react-native/jest/preprocessor' {
declare module.exports: any;
}
declare module 'react-native/jest/setup' {
declare module.exports: any;
}
declare module 'react-native/lib/deepDiffer' {
declare module.exports: any;
}
declare module 'react-native/lib/deepFreezeAndThrowOnMutationInDev' {
declare module.exports: any;
}
declare module 'react-native/lib/flattenStyle' {
declare module.exports: any;
}
declare module 'react-native/lib/InitializeJavaScriptAppEngine' {
declare module.exports: any;
}
declare module 'react-native/lib/RCTEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/lib/TextInputState' {
declare module.exports: any;
}
declare module 'react-native/lib/UIManager' {
declare module.exports: any;
}
declare module 'react-native/lib/UIManagerStatTracker' {
declare module.exports: any;
}
declare module 'react-native/lib/View' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ActionSheetIOS/ActionSheetIOS' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Alert/Alert' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Alert/AlertIOS' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Alert/RCTAlertManager.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Alert/RCTAlertManager.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/release/gulpfile' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/Animated' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/AnimatedEvent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/AnimatedImplementation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/AnimatedWeb' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/animations/Animation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/animations/DecayAnimation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/animations/SpringAnimation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/animations/TimingAnimation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/bezier' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/createAnimatedComponent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/Easing' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/NativeAnimatedHelper' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedAddition' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedDivision' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedInterpolation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedModulo' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedMultiplication' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedNode' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedProps' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedStyle' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedTracking' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedTransform' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedValue' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedValueXY' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedWithChildren' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/polyfills/flattenStyle' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/polyfills/InteractionManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/polyfills/Set' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Animated/src/SpringConfig' {
declare module.exports: any;
}
declare module 'react-native/Libraries/AppState/AppState' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ART/ARTSerializablePath' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ART/ReactNativeART' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BatchedBridge/BatchedBridge' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BatchedBridge/MessageQueue' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BatchedBridge/NativeModules' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/__mocks__/BlobModule' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/__mocks__/FileReaderModule' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/Blob' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/BlobManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/BlobRegistry' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/BlobTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/File' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/FileReader' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Blob/URL' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BugReporting/BugReporting' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BugReporting/dumpReactTree' {
declare module.exports: any;
}
declare module 'react-native/Libraries/BugReporting/getReactData' {
declare module.exports: any;
}
declare module 'react-native/Libraries/CameraRoll/CameraRoll' {
declare module.exports: any;
}
declare module 'react-native/Libraries/CameraRoll/ImagePickerIOS' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ActivityIndicator/ActivityIndicator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/AppleTV/TVEventHandler' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/AppleTV/TVViewPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Button' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/CheckBox/CheckBox.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/CheckBox/CheckBox.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Clipboard/Clipboard' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DatePicker/DatePickerIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DatePicker/DatePickerIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Keyboard/Keyboard' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Keyboard/KeyboardAvoidingView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/LazyRenderer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/MaskedView/MaskedViewIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Navigation/NavigatorIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Navigation/NavigatorIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Picker/Picker' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Picker/PickerAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Picker/PickerAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Picker/PickerIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Picker/PickerIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/RefreshControl/RefreshControl' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/SafeAreaView/SafeAreaView.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ScrollResponder' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ScrollView/processDecelerationRate' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ScrollView/ScrollView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Slider/Slider' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/StaticContainer.react' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/StaticRenderer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBar' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBarIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBarIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Subscribable' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Switch/Switch' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TextInput/InputAccessoryView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TextInput/TextInput' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TextInput/TextInputState' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ToastAndroid/ToastAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/BoundingDimensions' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/ensureComponentIsNative' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/ensurePositiveDelayProps' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/PooledClass' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/Position' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/Touchable' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableBounce' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableHighlight' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableOpacity' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableWithoutFeedback' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/UnimplementedViews/UnimplementedView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/FabricView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/PlatformViewPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ReactNativeStyleAttributes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ReactNativeViewAttributes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ShadowPropTypesIOS' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/View' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ViewAccessibility' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ViewContext' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ViewPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/View/ViewStylePropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/WebView/WebView.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Components/WebView/WebView.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/__mocks__/ErrorUtils' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Devtools/getDevServer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Devtools/openFileInEditor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Devtools/parseErrorStack' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Devtools/setupDevtools' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Devtools/symbolicateStackTrace' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/ExceptionsManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/InitializeCore' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/ReactNativeVersion' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/ReactNativeVersionCheck' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Core/Timers/JSTimers' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/NativeEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/RCTDeviceEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/RCTEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/Incremental' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/IncrementalExample' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/IncrementalGroup' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/IncrementalPresenter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableListView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableRow' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Experimental/WindowedListView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Geolocation/Geolocation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/AssetRegistry' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/AssetSourceResolver' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/Image.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/Image.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageBackground' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageEditor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageResizeMode' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageSource' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageSourcePropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageStore' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/ImageStylePropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/nativeImageSource' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/RelativeImageStub' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Image/resolveAssetSource' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/BorderBox' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/BoxInspector' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/ElementBox' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/ElementProperties' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/Inspector' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/InspectorOverlay' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/InspectorPanel' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/NetworkOverlay' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/PerformanceOverlay' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/resolveBoxStyle' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Inspector/StyleInspector' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/Batchinator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/BridgeSpyStallHandler' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/FrameRateLogger' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/InteractionManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/InteractionMixin' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/InteractionStallDebugger' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/JSEventLoopWatchdog' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/PanResponder' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/ReactPerfStallHandler' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Interaction/TaskQueue' {
declare module.exports: any;
}
declare module 'react-native/Libraries/JSInspector/InspectorAgent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/JSInspector/JSInspector' {
declare module.exports: any;
}
declare module 'react-native/Libraries/JSInspector/NetworkAgent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/LayoutAnimation/LayoutAnimation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Linking/Linking' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/__flowtests__/FlatList-flowtest' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/__flowtests__/SectionList-flowtest' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/FillRateHelper' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/FlatList' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/ListView/__mocks__/ListViewMock' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/ListView/ListView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/ListView/ListViewDataSource' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/MetroListView' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/SectionList' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/ViewabilityHelper' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/VirtualizedList' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/VirtualizedSectionList' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Lists/VirtualizeUtils' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Modal/Modal' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/convertRequestBody' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/fetch' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/FormData' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/NetInfo' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/RCTNetworking.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/RCTNetworking.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/XHRInterceptor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Network/XMLHttpRequest' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Performance/QuickPerformanceLogger' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Performance/SamplingProfiler' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Performance/Systrace' {
declare module.exports: any;
}
declare module 'react-native/Libraries/PermissionsAndroid/PermissionsAndroid' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/Array.es6' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/Array.prototype.es6' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/babelHelpers' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/console' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/error-guard' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/Number.es6' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/Object.es6' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/Object.es7' {
declare module.exports: any;
}
declare module 'react-native/Libraries/polyfills/String.prototype.es6' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Promise' {
declare module.exports: any;
}
declare module 'react-native/Libraries/promiseRejectionIsError' {
declare module.exports: any;
}
declare module 'react-native/Libraries/PushNotificationIOS/PushNotificationIOS' {
declare module.exports: any;
}
declare module 'react-native/Libraries/RCTTest/SnapshotViewIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/RCTTest/SnapshotViewIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/react-native/react-native-implementation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/react-native/react-native-interface' {
declare module.exports: any;
}
declare module 'react-native/Libraries/react-native/React' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/AppContainer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/AppRegistry' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/FabricUIManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/I18nManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/queryLayoutByID' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/renderApplication' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/renderFabricSurface' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/requireFabricComponent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/requireNativeComponent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/UIManager' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/UIManagerStatTracker' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/verifyPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/ReactNative/YellowBox' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/ReactFabric-dev' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/ReactFabric-prod' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/ReactNativeRenderer-dev' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/ReactNativeRenderer-prod' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/NativeMethodsMixin' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactDebugTool' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFabric' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFabricInternals' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFeatureFlags' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNative' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeComponentTree' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativePropRegistry' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactPerf' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/ReactTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/takeSnapshot' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Renderer/shims/TouchHistoryMath' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Sample/Sample.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Sample/Sample.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Settings/Settings.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Settings/Settings.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Share/Share' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Storage/AsyncStorage' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/ColorPropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/EdgeInsetsPropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/flattenStyle' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/LayoutPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/normalizeColor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/PointPropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/processColor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/processTransform' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/setNormalizedColorAlpha' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheet' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetPropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetValidation' {
declare module.exports: any;
}
declare module 'react-native/Libraries/StyleSheet/TransformPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Text/Text' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Text/TextProps' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Text/TextPropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Text/TextStylePropTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Text/TextUpdateTest' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Types/CoreEventTypes' {
declare module.exports: any;
}
declare module 'react-native/Libraries/UTFSequence' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/__mocks__/BackHandler' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/__mocks__/PixelRatio' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/BackAndroid' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/BackHandler.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/BackHandler.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/binaryToBase64' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/buildStyleInterpolator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/clamp' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/createStrictShapeTypeChecker' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/defineLazyObjectProperty' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/deprecatedPropType' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/DeviceInfo' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/differ/deepDiffer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/differ/insetsDiffer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/differ/matricesDiffer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/differ/pointsDiffer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/differ/sizesDiffer' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/Dimensions' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/dismissKeyboard' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/groupByEveryN' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/HeapCapture' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/HMRClient' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/HMRLoadingView.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/HMRLoadingView.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/infoLog' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/JSDevSupportModule' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/logError' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/mapWithSeparator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/MatrixMath' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/mergeFast' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/mergeIntoFast' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/PerformanceLogger' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/PixelRatio' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/Platform.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/Platform.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/PlatformOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/PlatformOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/PolyfillFunctions' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/RCTLog' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/SceneTracker' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/stringifySafe' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Utilities/truncate' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/_shouldPolyfillES6Collection' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/ErrorUtils' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/getObjectValues' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/guid' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/isEmpty' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/Map' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/merge' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/mergeHelpers' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/mergeInto' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/Set' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/core/toIterator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/document/selection/DocumentSelectionState' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EmitterSubscription' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventEmitterWithHolding' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventHolder' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventSubscription' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventSubscriptionVendor' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/EventValidator' {
declare module.exports: any;
}
declare module 'react-native/Libraries/vendor/emitter/mixInEventEmitter' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Vibration/Vibration' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Vibration/VibrationIOS.android' {
declare module.exports: any;
}
declare module 'react-native/Libraries/Vibration/VibrationIOS.ios' {
declare module.exports: any;
}
declare module 'react-native/Libraries/WebSocket/__mocks__/event-target-shim' {
declare module.exports: any;
}
declare module 'react-native/Libraries/WebSocket/WebSocket' {
declare module.exports: any;
}
declare module 'react-native/Libraries/WebSocket/WebSocketEvent' {
declare module.exports: any;
}
declare module 'react-native/Libraries/WebSocket/WebSocketInterceptor' {
declare module.exports: any;
}
declare module 'react-native/local-cli/__mocks__/beeper' {
declare module.exports: any;
}
declare module 'react-native/local-cli/__mocks__/fs' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/__mocks__/sign' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/assetPathUtils' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/buildBundle' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/bundle' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/bundleCommandLineArgs' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/filterPlatformAssetScales' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/getAssetDestPathAndroid' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/getAssetDestPathIOS' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/saveAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/types.flow' {
declare module.exports: any;
}
declare module 'react-native/local-cli/bundle/unbundle' {
declare module.exports: any;
}
declare module 'react-native/local-cli/cli' {
declare module.exports: any;
}
declare module 'react-native/local-cli/cliEntry' {
declare module.exports: any;
}
declare module 'react-native/local-cli/commands' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/android/findAndroidAppFolder' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/android/findManifest' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/android/findPackageClassName' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/android/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/android/readManifest' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/Constants' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/findAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/findPlugins' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/ios/findPodfilePath' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/ios/findPodspecName' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/ios/findProject' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/ios/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/makeCommand' {
declare module.exports: any;
}
declare module 'react-native/local-cli/core/wrapCommands' {
declare module.exports: any;
}
declare module 'react-native/local-cli/dependencies/dependencies' {
declare module.exports: any;
}
declare module 'react-native/local-cli/eject/eject' {
declare module.exports: any;
}
declare module 'react-native/local-cli/generator/copyProjectTemplateAndReplace' {
declare module.exports: any;
}
declare module 'react-native/local-cli/generator/printRunInstructions' {
declare module.exports: any;
}
declare module 'react-native/local-cli/generator/promptSync' {
declare module.exports: any;
}
declare module 'react-native/local-cli/generator/templates' {
declare module.exports: any;
}
declare module 'react-native/local-cli/info/info' {
declare module.exports: any;
}
declare module 'react-native/local-cli/init/init' {
declare module.exports: any;
}
declare module 'react-native/local-cli/install/install' {
declare module.exports: any;
}
declare module 'react-native/local-cli/install/uninstall' {
declare module.exports: any;
}
declare module 'react-native/local-cli/library/library' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/copyAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/fs' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/isInstalled' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/applyParams' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/applyPatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/makeBuildPatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/makeImportPatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/makePackagePatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/makeSettingsPatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/makeStringsPatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/patches/revokePatch' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/registerNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/unlinkAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/android/unregisterNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/commandStub' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/getDependencyConfig' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/getProjectDependencies' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/groupFilesByType' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/addFileToProject' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/addProjectToLibraries' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/addSharedLibraries' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/addToHeaderSearchPaths' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/common/isInstalled' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/common/registerNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/common/unregisterNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/copyAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/createGroup' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/createGroupWithMessage' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getBuildProperty' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getGroup' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getHeaderSearchPath' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getHeadersInFolder' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getPlist' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getPlistPath' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getProducts' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/getTargets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/hasLibraryImported' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/isInstalled' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/mapHeaderSearchPaths' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/registerNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeFromHeaderSearchPaths' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeFromPbxReferenceProxySection' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeFromProjectReferences' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeFromStaticLibraries' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeProductGroup' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeProjectFromLibraries' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeProjectFromProject' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/removeSharedLibraries' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/unlinkAssets' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/unregisterNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/ios/writePlist' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/link' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/addPodEntry' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/findLineToAddPod' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/findMarkedLinesInPodfile' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/findPodTargetLine' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/isInstalled' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/readPodfile' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/registerNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/removePodEntry' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/savePodFile' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pods/unregisterNativeModule' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/pollParams' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/promiseWaterfall' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/promisify' {
declare module.exports: any;
}
declare module 'react-native/local-cli/link/unlink' {
declare module.exports: any;
}
declare module 'react-native/local-cli/logAndroid/logAndroid' {
declare module.exports: any;
}
declare module 'react-native/local-cli/logIOS/logIOS' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runAndroid/adb' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runAndroid/runAndroid' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runIOS/findMatchingSimulator' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runIOS/findXcodeProject' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runIOS/parseIOSDevicesList' {
declare module.exports: any;
}
declare module 'react-native/local-cli/runIOS/runIOS' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/checkNodeVersion' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/copyToClipBoardMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/getDevToolsMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/indexPage' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/loadRawBodyMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/statusPageMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/systraceProfileMiddleware' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/middleware/unless' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/runServer' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/server' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/attachWebsocketServer' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/copyToClipBoard' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/debugger-ui/debuggerWorker' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/debugger-ui/DeltaPatcher' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/jsPackagerClient' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/launchChrome' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/launchEditor' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/messageSocket' {
declare module.exports: any;
}
declare module 'react-native/local-cli/server/util/webSocketProxy' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/App' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/components/ListItem' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/lib/Backend' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloWorld/App' {
declare module.exports: any;
}
declare module 'react-native/local-cli/templates/HelloWorld/index' {
declare module.exports: any;
}
declare module 'react-native/local-cli/upgrade/upgrade' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/__mocks__/log' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/assertRequiredOptions' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/Config' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/copyAndReplace' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/findReactNativeScripts' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/findSymlinkedModules' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/findSymlinksPaths' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/isPackagerRunning' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/isValidPackageName' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/log' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/PackageManager' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/parseCommandLine' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/walk' {
declare module.exports: any;
}
declare module 'react-native/local-cli/util/yarn' {
declare module.exports: any;
}
declare module 'react-native/local-cli/wrong-react-native' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/Asserts' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ShareTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestBundle' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestIdTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TextInputTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule' {
declare module.exports: any;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule' {
declare module.exports: any;
}
declare module 'react-native/rn-get-polyfills' {
declare module.exports: any;
}
declare module 'react-native/setupBabel' {
declare module.exports: any;
}
// Filename aliases
declare module 'react-native/cli.js' {
declare module.exports: $Exports<'react-native/cli'>;
}
declare module 'react-native/flow-github/metro.js' {
declare module.exports: $Exports<'react-native/flow-github/metro'>;
}
declare module 'react-native/flow/console.js' {
declare module.exports: $Exports<'react-native/flow/console'>;
}
declare module 'react-native/flow/create-react-class.js' {
declare module.exports: $Exports<'react-native/flow/create-react-class'>;
}
declare module 'react-native/flow/fbjs.js' {
declare module.exports: $Exports<'react-native/flow/fbjs'>;
}
declare module 'react-native/flow/Map.js' {
declare module.exports: $Exports<'react-native/flow/Map'>;
}
declare module 'react-native/flow/Position.js' {
declare module.exports: $Exports<'react-native/flow/Position'>;
}
declare module 'react-native/flow/Promise.js' {
declare module.exports: $Exports<'react-native/flow/Promise'>;
}
declare module 'react-native/flow/prop-types.js' {
declare module.exports: $Exports<'react-native/flow/prop-types'>;
}
declare module 'react-native/flow/Set.js' {
declare module.exports: $Exports<'react-native/flow/Set'>;
}
declare module 'react-native/jest/assetFileTransformer.js' {
declare module.exports: $Exports<'react-native/jest/assetFileTransformer'>;
}
declare module 'react-native/jest/mockComponent.js' {
declare module.exports: $Exports<'react-native/jest/mockComponent'>;
}
declare module 'react-native/jest/preprocessor.js' {
declare module.exports: $Exports<'react-native/jest/preprocessor'>;
}
declare module 'react-native/jest/setup.js' {
declare module.exports: $Exports<'react-native/jest/setup'>;
}
declare module 'react-native/lib/deepDiffer.js' {
declare module.exports: $Exports<'react-native/lib/deepDiffer'>;
}
declare module 'react-native/lib/deepFreezeAndThrowOnMutationInDev.js' {
declare module.exports: $Exports<'react-native/lib/deepFreezeAndThrowOnMutationInDev'>;
}
declare module 'react-native/lib/flattenStyle.js' {
declare module.exports: $Exports<'react-native/lib/flattenStyle'>;
}
declare module 'react-native/lib/InitializeJavaScriptAppEngine.js' {
declare module.exports: $Exports<'react-native/lib/InitializeJavaScriptAppEngine'>;
}
declare module 'react-native/lib/RCTEventEmitter.js' {
declare module.exports: $Exports<'react-native/lib/RCTEventEmitter'>;
}
declare module 'react-native/lib/TextInputState.js' {
declare module.exports: $Exports<'react-native/lib/TextInputState'>;
}
declare module 'react-native/lib/UIManager.js' {
declare module.exports: $Exports<'react-native/lib/UIManager'>;
}
declare module 'react-native/lib/UIManagerStatTracker.js' {
declare module.exports: $Exports<'react-native/lib/UIManagerStatTracker'>;
}
declare module 'react-native/lib/View.js' {
declare module.exports: $Exports<'react-native/lib/View'>;
}
declare module 'react-native/Libraries/ActionSheetIOS/ActionSheetIOS.js' {
declare module.exports: $Exports<'react-native/Libraries/ActionSheetIOS/ActionSheetIOS'>;
}
declare module 'react-native/Libraries/Alert/Alert.js' {
declare module.exports: $Exports<'react-native/Libraries/Alert/Alert'>;
}
declare module 'react-native/Libraries/Alert/AlertIOS.js' {
declare module.exports: $Exports<'react-native/Libraries/Alert/AlertIOS'>;
}
declare module 'react-native/Libraries/Alert/RCTAlertManager.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Alert/RCTAlertManager.android'>;
}
declare module 'react-native/Libraries/Alert/RCTAlertManager.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Alert/RCTAlertManager.ios'>;
}
declare module 'react-native/Libraries/Animated/release/gulpfile.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/release/gulpfile'>;
}
declare module 'react-native/Libraries/Animated/src/Animated.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/Animated'>;
}
declare module 'react-native/Libraries/Animated/src/AnimatedEvent.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/AnimatedEvent'>;
}
declare module 'react-native/Libraries/Animated/src/AnimatedImplementation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/AnimatedImplementation'>;
}
declare module 'react-native/Libraries/Animated/src/AnimatedWeb.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/AnimatedWeb'>;
}
declare module 'react-native/Libraries/Animated/src/animations/Animation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/animations/Animation'>;
}
declare module 'react-native/Libraries/Animated/src/animations/DecayAnimation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/animations/DecayAnimation'>;
}
declare module 'react-native/Libraries/Animated/src/animations/SpringAnimation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/animations/SpringAnimation'>;
}
declare module 'react-native/Libraries/Animated/src/animations/TimingAnimation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/animations/TimingAnimation'>;
}
declare module 'react-native/Libraries/Animated/src/bezier.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/bezier'>;
}
declare module 'react-native/Libraries/Animated/src/createAnimatedComponent.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/createAnimatedComponent'>;
}
declare module 'react-native/Libraries/Animated/src/Easing.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/Easing'>;
}
declare module 'react-native/Libraries/Animated/src/NativeAnimatedHelper.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/NativeAnimatedHelper'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedAddition.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedAddition'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedDiffClamp'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedDivision.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedDivision'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedInterpolation.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedInterpolation'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedModulo.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedModulo'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedMultiplication.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedMultiplication'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedNode.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedNode'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedProps.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedProps'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedStyle.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedStyle'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedTracking.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedTracking'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedTransform.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedTransform'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedValue.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedValue'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedValueXY.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedValueXY'>;
}
declare module 'react-native/Libraries/Animated/src/nodes/AnimatedWithChildren.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/nodes/AnimatedWithChildren'>;
}
declare module 'react-native/Libraries/Animated/src/polyfills/flattenStyle.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/polyfills/flattenStyle'>;
}
declare module 'react-native/Libraries/Animated/src/polyfills/InteractionManager.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/polyfills/InteractionManager'>;
}
declare module 'react-native/Libraries/Animated/src/polyfills/Set.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/polyfills/Set'>;
}
declare module 'react-native/Libraries/Animated/src/SpringConfig.js' {
declare module.exports: $Exports<'react-native/Libraries/Animated/src/SpringConfig'>;
}
declare module 'react-native/Libraries/AppState/AppState.js' {
declare module.exports: $Exports<'react-native/Libraries/AppState/AppState'>;
}
declare module 'react-native/Libraries/ART/ARTSerializablePath.js' {
declare module.exports: $Exports<'react-native/Libraries/ART/ARTSerializablePath'>;
}
declare module 'react-native/Libraries/ART/ReactNativeART.js' {
declare module.exports: $Exports<'react-native/Libraries/ART/ReactNativeART'>;
}
declare module 'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig.js' {
declare module.exports: $Exports<'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestConfig'>;
}
declare module 'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule.js' {
declare module.exports: $Exports<'react-native/Libraries/BatchedBridge/__mocks__/MessageQueueTestModule'>;
}
declare module 'react-native/Libraries/BatchedBridge/BatchedBridge.js' {
declare module.exports: $Exports<'react-native/Libraries/BatchedBridge/BatchedBridge'>;
}
declare module 'react-native/Libraries/BatchedBridge/MessageQueue.js' {
declare module.exports: $Exports<'react-native/Libraries/BatchedBridge/MessageQueue'>;
}
declare module 'react-native/Libraries/BatchedBridge/NativeModules.js' {
declare module.exports: $Exports<'react-native/Libraries/BatchedBridge/NativeModules'>;
}
declare module 'react-native/Libraries/Blob/__mocks__/BlobModule.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/__mocks__/BlobModule'>;
}
declare module 'react-native/Libraries/Blob/__mocks__/FileReaderModule.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/__mocks__/FileReaderModule'>;
}
declare module 'react-native/Libraries/Blob/Blob.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/Blob'>;
}
declare module 'react-native/Libraries/Blob/BlobManager.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/BlobManager'>;
}
declare module 'react-native/Libraries/Blob/BlobRegistry.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/BlobRegistry'>;
}
declare module 'react-native/Libraries/Blob/BlobTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/BlobTypes'>;
}
declare module 'react-native/Libraries/Blob/File.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/File'>;
}
declare module 'react-native/Libraries/Blob/FileReader.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/FileReader'>;
}
declare module 'react-native/Libraries/Blob/URL.js' {
declare module.exports: $Exports<'react-native/Libraries/Blob/URL'>;
}
declare module 'react-native/Libraries/BugReporting/BugReporting.js' {
declare module.exports: $Exports<'react-native/Libraries/BugReporting/BugReporting'>;
}
declare module 'react-native/Libraries/BugReporting/dumpReactTree.js' {
declare module.exports: $Exports<'react-native/Libraries/BugReporting/dumpReactTree'>;
}
declare module 'react-native/Libraries/BugReporting/getReactData.js' {
declare module.exports: $Exports<'react-native/Libraries/BugReporting/getReactData'>;
}
declare module 'react-native/Libraries/CameraRoll/CameraRoll.js' {
declare module.exports: $Exports<'react-native/Libraries/CameraRoll/CameraRoll'>;
}
declare module 'react-native/Libraries/CameraRoll/ImagePickerIOS.js' {
declare module.exports: $Exports<'react-native/Libraries/CameraRoll/ImagePickerIOS'>;
}
declare module 'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.android'>;
}
declare module 'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios'>;
}
declare module 'react-native/Libraries/Components/ActivityIndicator/ActivityIndicator.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ActivityIndicator/ActivityIndicator'>;
}
declare module 'react-native/Libraries/Components/AppleTV/TVEventHandler.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/AppleTV/TVEventHandler'>;
}
declare module 'react-native/Libraries/Components/AppleTV/TVViewPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/AppleTV/TVViewPropTypes'>;
}
declare module 'react-native/Libraries/Components/Button.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Button'>;
}
declare module 'react-native/Libraries/Components/CheckBox/CheckBox.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/CheckBox/CheckBox.android'>;
}
declare module 'react-native/Libraries/Components/CheckBox/CheckBox.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/CheckBox/CheckBox.ios'>;
}
declare module 'react-native/Libraries/Components/Clipboard/Clipboard.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Clipboard/Clipboard'>;
}
declare module 'react-native/Libraries/Components/DatePicker/DatePickerIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DatePicker/DatePickerIOS.android'>;
}
declare module 'react-native/Libraries/Components/DatePicker/DatePickerIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DatePicker/DatePickerIOS.ios'>;
}
declare module 'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.android'>;
}
declare module 'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.android'>;
}
declare module 'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/DrawerAndroid/DrawerLayoutAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/Keyboard/Keyboard.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Keyboard/Keyboard'>;
}
declare module 'react-native/Libraries/Components/Keyboard/KeyboardAvoidingView.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Keyboard/KeyboardAvoidingView'>;
}
declare module 'react-native/Libraries/Components/LazyRenderer.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/LazyRenderer'>;
}
declare module 'react-native/Libraries/Components/MaskedView/MaskedViewIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/MaskedView/MaskedViewIOS.android'>;
}
declare module 'react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/MaskedView/MaskedViewIOS.ios'>;
}
declare module 'react-native/Libraries/Components/Navigation/NavigatorIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Navigation/NavigatorIOS.android'>;
}
declare module 'react-native/Libraries/Components/Navigation/NavigatorIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Navigation/NavigatorIOS.ios'>;
}
declare module 'react-native/Libraries/Components/Picker/Picker.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Picker/Picker'>;
}
declare module 'react-native/Libraries/Components/Picker/PickerAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Picker/PickerAndroid.android'>;
}
declare module 'react-native/Libraries/Components/Picker/PickerAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Picker/PickerAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/Picker/PickerIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Picker/PickerIOS.android'>;
}
declare module 'react-native/Libraries/Components/Picker/PickerIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Picker/PickerIOS.ios'>;
}
declare module 'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.android'>;
}
declare module 'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.android'>;
}
declare module 'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios'>;
}
declare module 'react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/RefreshControl/__mocks__/RefreshControlMock'>;
}
declare module 'react-native/Libraries/Components/RefreshControl/RefreshControl.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/RefreshControl/RefreshControl'>;
}
declare module 'react-native/Libraries/Components/SafeAreaView/SafeAreaView.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/SafeAreaView/SafeAreaView.android'>;
}
declare module 'react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/SafeAreaView/SafeAreaView.ios'>;
}
declare module 'react-native/Libraries/Components/ScrollResponder.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ScrollResponder'>;
}
declare module 'react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ScrollView/__mocks__/ScrollViewMock'>;
}
declare module 'react-native/Libraries/Components/ScrollView/processDecelerationRate.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ScrollView/processDecelerationRate'>;
}
declare module 'react-native/Libraries/Components/ScrollView/ScrollView.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ScrollView/ScrollView'>;
}
declare module 'react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ScrollView/ScrollViewStickyHeader'>;
}
declare module 'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.android'>;
}
declare module 'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios'>;
}
declare module 'react-native/Libraries/Components/Slider/Slider.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Slider/Slider'>;
}
declare module 'react-native/Libraries/Components/StaticContainer.react.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/StaticContainer.react'>;
}
declare module 'react-native/Libraries/Components/StaticRenderer.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/StaticRenderer'>;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBar.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/StatusBar/StatusBar'>;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBarIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/StatusBar/StatusBarIOS.android'>;
}
declare module 'react-native/Libraries/Components/StatusBar/StatusBarIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/StatusBar/StatusBarIOS.ios'>;
}
declare module 'react-native/Libraries/Components/Subscribable.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Subscribable'>;
}
declare module 'react-native/Libraries/Components/Switch/Switch.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Switch/Switch'>;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TabBarIOS/TabBarIOS.android'>;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TabBarIOS/TabBarIOS.ios'>;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.android'>;
}
declare module 'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TabBarIOS/TabBarItemIOS.ios'>;
}
declare module 'react-native/Libraries/Components/TextInput/InputAccessoryView.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TextInput/InputAccessoryView'>;
}
declare module 'react-native/Libraries/Components/TextInput/TextInput.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TextInput/TextInput'>;
}
declare module 'react-native/Libraries/Components/TextInput/TextInputState.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TextInput/TextInputState'>;
}
declare module 'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.android'>;
}
declare module 'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/TimePickerAndroid/TimePickerAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/ToastAndroid/ToastAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ToastAndroid/ToastAndroid.android'>;
}
declare module 'react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.android'>;
}
declare module 'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ToolbarAndroid/ToolbarAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/__mocks__/ensureComponentIsNative'>;
}
declare module 'react-native/Libraries/Components/Touchable/BoundingDimensions.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/BoundingDimensions'>;
}
declare module 'react-native/Libraries/Components/Touchable/ensureComponentIsNative.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/ensureComponentIsNative'>;
}
declare module 'react-native/Libraries/Components/Touchable/ensurePositiveDelayProps.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/ensurePositiveDelayProps'>;
}
declare module 'react-native/Libraries/Components/Touchable/PooledClass.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/PooledClass'>;
}
declare module 'react-native/Libraries/Components/Touchable/Position.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/Position'>;
}
declare module 'react-native/Libraries/Components/Touchable/Touchable.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/Touchable'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableBounce.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableBounce'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableHighlight.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableHighlight'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.android'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableNativeFeedback.ios'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableOpacity.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableOpacity'>;
}
declare module 'react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/Touchable/TouchableWithoutFeedback'>;
}
declare module 'react-native/Libraries/Components/UnimplementedViews/UnimplementedView.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/UnimplementedViews/UnimplementedView'>;
}
declare module 'react-native/Libraries/Components/View/FabricView.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/FabricView'>;
}
declare module 'react-native/Libraries/Components/View/PlatformViewPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/PlatformViewPropTypes'>;
}
declare module 'react-native/Libraries/Components/View/ReactNativeStyleAttributes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ReactNativeStyleAttributes'>;
}
declare module 'react-native/Libraries/Components/View/ReactNativeViewAttributes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ReactNativeViewAttributes'>;
}
declare module 'react-native/Libraries/Components/View/ShadowPropTypesIOS.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ShadowPropTypesIOS'>;
}
declare module 'react-native/Libraries/Components/View/View.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/View'>;
}
declare module 'react-native/Libraries/Components/View/ViewAccessibility.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ViewAccessibility'>;
}
declare module 'react-native/Libraries/Components/View/ViewContext.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ViewContext'>;
}
declare module 'react-native/Libraries/Components/View/ViewPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ViewPropTypes'>;
}
declare module 'react-native/Libraries/Components/View/ViewStylePropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/View/ViewStylePropTypes'>;
}
declare module 'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.android'>;
}
declare module 'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/ViewPager/ViewPagerAndroid.ios'>;
}
declare module 'react-native/Libraries/Components/WebView/WebView.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/WebView/WebView.android'>;
}
declare module 'react-native/Libraries/Components/WebView/WebView.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Components/WebView/WebView.ios'>;
}
declare module 'react-native/Libraries/Core/__mocks__/ErrorUtils.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/__mocks__/ErrorUtils'>;
}
declare module 'react-native/Libraries/Core/Devtools/getDevServer.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Devtools/getDevServer'>;
}
declare module 'react-native/Libraries/Core/Devtools/openFileInEditor.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Devtools/openFileInEditor'>;
}
declare module 'react-native/Libraries/Core/Devtools/parseErrorStack.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Devtools/parseErrorStack'>;
}
declare module 'react-native/Libraries/Core/Devtools/setupDevtools.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Devtools/setupDevtools'>;
}
declare module 'react-native/Libraries/Core/Devtools/symbolicateStackTrace.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Devtools/symbolicateStackTrace'>;
}
declare module 'react-native/Libraries/Core/ExceptionsManager.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/ExceptionsManager'>;
}
declare module 'react-native/Libraries/Core/InitializeCore.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/InitializeCore'>;
}
declare module 'react-native/Libraries/Core/ReactNativeVersion.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/ReactNativeVersion'>;
}
declare module 'react-native/Libraries/Core/ReactNativeVersionCheck.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/ReactNativeVersionCheck'>;
}
declare module 'react-native/Libraries/Core/Timers/JSTimers.js' {
declare module.exports: $Exports<'react-native/Libraries/Core/Timers/JSTimers'>;
}
declare module 'react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/__mocks__/NativeEventEmitter'>;
}
declare module 'react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/MissingNativeEventEmitterShim'>;
}
declare module 'react-native/Libraries/EventEmitter/NativeEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/NativeEventEmitter'>;
}
declare module 'react-native/Libraries/EventEmitter/RCTDeviceEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/RCTDeviceEventEmitter'>;
}
declare module 'react-native/Libraries/EventEmitter/RCTEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/RCTEventEmitter'>;
}
declare module 'react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/EventEmitter/RCTNativeAppEventEmitter'>;
}
declare module 'react-native/Libraries/Experimental/Incremental.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/Incremental'>;
}
declare module 'react-native/Libraries/Experimental/IncrementalExample.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/IncrementalExample'>;
}
declare module 'react-native/Libraries/Experimental/IncrementalGroup.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/IncrementalGroup'>;
}
declare module 'react-native/Libraries/Experimental/IncrementalPresenter.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/IncrementalPresenter'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableFlatList'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableListView.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableListView'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableListViewDataSource'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActionButton'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableQuickActions'>;
}
declare module 'react-native/Libraries/Experimental/SwipeableRow/SwipeableRow.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/SwipeableRow/SwipeableRow'>;
}
declare module 'react-native/Libraries/Experimental/WindowedListView.js' {
declare module.exports: $Exports<'react-native/Libraries/Experimental/WindowedListView'>;
}
declare module 'react-native/Libraries/Geolocation/Geolocation.js' {
declare module.exports: $Exports<'react-native/Libraries/Geolocation/Geolocation'>;
}
declare module 'react-native/Libraries/Image/AssetRegistry.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/AssetRegistry'>;
}
declare module 'react-native/Libraries/Image/AssetSourceResolver.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/AssetSourceResolver'>;
}
declare module 'react-native/Libraries/Image/Image.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/Image.android'>;
}
declare module 'react-native/Libraries/Image/Image.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/Image.ios'>;
}
declare module 'react-native/Libraries/Image/ImageBackground.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageBackground'>;
}
declare module 'react-native/Libraries/Image/ImageEditor.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageEditor'>;
}
declare module 'react-native/Libraries/Image/ImageResizeMode.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageResizeMode'>;
}
declare module 'react-native/Libraries/Image/ImageSource.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageSource'>;
}
declare module 'react-native/Libraries/Image/ImageSourcePropType.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageSourcePropType'>;
}
declare module 'react-native/Libraries/Image/ImageStore.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageStore'>;
}
declare module 'react-native/Libraries/Image/ImageStylePropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/ImageStylePropTypes'>;
}
declare module 'react-native/Libraries/Image/nativeImageSource.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/nativeImageSource'>;
}
declare module 'react-native/Libraries/Image/RelativeImageStub.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/RelativeImageStub'>;
}
declare module 'react-native/Libraries/Image/resolveAssetSource.js' {
declare module.exports: $Exports<'react-native/Libraries/Image/resolveAssetSource'>;
}
declare module 'react-native/Libraries/Inspector/BorderBox.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/BorderBox'>;
}
declare module 'react-native/Libraries/Inspector/BoxInspector.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/BoxInspector'>;
}
declare module 'react-native/Libraries/Inspector/ElementBox.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/ElementBox'>;
}
declare module 'react-native/Libraries/Inspector/ElementProperties.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/ElementProperties'>;
}
declare module 'react-native/Libraries/Inspector/Inspector.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/Inspector'>;
}
declare module 'react-native/Libraries/Inspector/InspectorOverlay.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/InspectorOverlay'>;
}
declare module 'react-native/Libraries/Inspector/InspectorPanel.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/InspectorPanel'>;
}
declare module 'react-native/Libraries/Inspector/NetworkOverlay.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/NetworkOverlay'>;
}
declare module 'react-native/Libraries/Inspector/PerformanceOverlay.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/PerformanceOverlay'>;
}
declare module 'react-native/Libraries/Inspector/resolveBoxStyle.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/resolveBoxStyle'>;
}
declare module 'react-native/Libraries/Inspector/StyleInspector.js' {
declare module.exports: $Exports<'react-native/Libraries/Inspector/StyleInspector'>;
}
declare module 'react-native/Libraries/Interaction/Batchinator.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/Batchinator'>;
}
declare module 'react-native/Libraries/Interaction/BridgeSpyStallHandler.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/BridgeSpyStallHandler'>;
}
declare module 'react-native/Libraries/Interaction/FrameRateLogger.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/FrameRateLogger'>;
}
declare module 'react-native/Libraries/Interaction/InteractionManager.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/InteractionManager'>;
}
declare module 'react-native/Libraries/Interaction/InteractionMixin.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/InteractionMixin'>;
}
declare module 'react-native/Libraries/Interaction/InteractionStallDebugger.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/InteractionStallDebugger'>;
}
declare module 'react-native/Libraries/Interaction/JSEventLoopWatchdog.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/JSEventLoopWatchdog'>;
}
declare module 'react-native/Libraries/Interaction/PanResponder.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/PanResponder'>;
}
declare module 'react-native/Libraries/Interaction/ReactPerfStallHandler.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/ReactPerfStallHandler'>;
}
declare module 'react-native/Libraries/Interaction/TaskQueue.js' {
declare module.exports: $Exports<'react-native/Libraries/Interaction/TaskQueue'>;
}
declare module 'react-native/Libraries/JSInspector/InspectorAgent.js' {
declare module.exports: $Exports<'react-native/Libraries/JSInspector/InspectorAgent'>;
}
declare module 'react-native/Libraries/JSInspector/JSInspector.js' {
declare module.exports: $Exports<'react-native/Libraries/JSInspector/JSInspector'>;
}
declare module 'react-native/Libraries/JSInspector/NetworkAgent.js' {
declare module.exports: $Exports<'react-native/Libraries/JSInspector/NetworkAgent'>;
}
declare module 'react-native/Libraries/LayoutAnimation/LayoutAnimation.js' {
declare module.exports: $Exports<'react-native/Libraries/LayoutAnimation/LayoutAnimation'>;
}
declare module 'react-native/Libraries/Linking/Linking.js' {
declare module.exports: $Exports<'react-native/Libraries/Linking/Linking'>;
}
declare module 'react-native/Libraries/Lists/__flowtests__/FlatList-flowtest.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/__flowtests__/FlatList-flowtest'>;
}
declare module 'react-native/Libraries/Lists/__flowtests__/SectionList-flowtest.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/__flowtests__/SectionList-flowtest'>;
}
declare module 'react-native/Libraries/Lists/FillRateHelper.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/FillRateHelper'>;
}
declare module 'react-native/Libraries/Lists/FlatList.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/FlatList'>;
}
declare module 'react-native/Libraries/Lists/ListView/__mocks__/ListViewMock.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/ListView/__mocks__/ListViewMock'>;
}
declare module 'react-native/Libraries/Lists/ListView/ListView.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/ListView/ListView'>;
}
declare module 'react-native/Libraries/Lists/ListView/ListViewDataSource.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/ListView/ListViewDataSource'>;
}
declare module 'react-native/Libraries/Lists/MetroListView.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/MetroListView'>;
}
declare module 'react-native/Libraries/Lists/SectionList.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/SectionList'>;
}
declare module 'react-native/Libraries/Lists/ViewabilityHelper.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/ViewabilityHelper'>;
}
declare module 'react-native/Libraries/Lists/VirtualizedList.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/VirtualizedList'>;
}
declare module 'react-native/Libraries/Lists/VirtualizedSectionList.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/VirtualizedSectionList'>;
}
declare module 'react-native/Libraries/Lists/VirtualizeUtils.js' {
declare module.exports: $Exports<'react-native/Libraries/Lists/VirtualizeUtils'>;
}
declare module 'react-native/Libraries/Modal/Modal.js' {
declare module.exports: $Exports<'react-native/Libraries/Modal/Modal'>;
}
declare module 'react-native/Libraries/Network/convertRequestBody.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/convertRequestBody'>;
}
declare module 'react-native/Libraries/Network/fetch.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/fetch'>;
}
declare module 'react-native/Libraries/Network/FormData.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/FormData'>;
}
declare module 'react-native/Libraries/Network/NetInfo.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/NetInfo'>;
}
declare module 'react-native/Libraries/Network/RCTNetworking.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/RCTNetworking.android'>;
}
declare module 'react-native/Libraries/Network/RCTNetworking.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/RCTNetworking.ios'>;
}
declare module 'react-native/Libraries/Network/XHRInterceptor.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/XHRInterceptor'>;
}
declare module 'react-native/Libraries/Network/XMLHttpRequest.js' {
declare module.exports: $Exports<'react-native/Libraries/Network/XMLHttpRequest'>;
}
declare module 'react-native/Libraries/Performance/QuickPerformanceLogger.js' {
declare module.exports: $Exports<'react-native/Libraries/Performance/QuickPerformanceLogger'>;
}
declare module 'react-native/Libraries/Performance/SamplingProfiler.js' {
declare module.exports: $Exports<'react-native/Libraries/Performance/SamplingProfiler'>;
}
declare module 'react-native/Libraries/Performance/Systrace.js' {
declare module.exports: $Exports<'react-native/Libraries/Performance/Systrace'>;
}
declare module 'react-native/Libraries/PermissionsAndroid/PermissionsAndroid.js' {
declare module.exports: $Exports<'react-native/Libraries/PermissionsAndroid/PermissionsAndroid'>;
}
declare module 'react-native/Libraries/polyfills/Array.es6.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/Array.es6'>;
}
declare module 'react-native/Libraries/polyfills/Array.prototype.es6.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/Array.prototype.es6'>;
}
declare module 'react-native/Libraries/polyfills/babelHelpers.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/babelHelpers'>;
}
declare module 'react-native/Libraries/polyfills/console.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/console'>;
}
declare module 'react-native/Libraries/polyfills/error-guard.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/error-guard'>;
}
declare module 'react-native/Libraries/polyfills/Number.es6.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/Number.es6'>;
}
declare module 'react-native/Libraries/polyfills/Object.es6.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/Object.es6'>;
}
declare module 'react-native/Libraries/polyfills/Object.es7.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/Object.es7'>;
}
declare module 'react-native/Libraries/polyfills/String.prototype.es6.js' {
declare module.exports: $Exports<'react-native/Libraries/polyfills/String.prototype.es6'>;
}
declare module 'react-native/Libraries/Promise.js' {
declare module.exports: $Exports<'react-native/Libraries/Promise'>;
}
declare module 'react-native/Libraries/promiseRejectionIsError.js' {
declare module.exports: $Exports<'react-native/Libraries/promiseRejectionIsError'>;
}
declare module 'react-native/Libraries/PushNotificationIOS/PushNotificationIOS.js' {
declare module.exports: $Exports<'react-native/Libraries/PushNotificationIOS/PushNotificationIOS'>;
}
declare module 'react-native/Libraries/RCTTest/SnapshotViewIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/RCTTest/SnapshotViewIOS.android'>;
}
declare module 'react-native/Libraries/RCTTest/SnapshotViewIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/RCTTest/SnapshotViewIOS.ios'>;
}
declare module 'react-native/Libraries/react-native/react-native-implementation.js' {
declare module.exports: $Exports<'react-native/Libraries/react-native/react-native-implementation'>;
}
declare module 'react-native/Libraries/react-native/react-native-interface.js' {
declare module.exports: $Exports<'react-native/Libraries/react-native/react-native-interface'>;
}
declare module 'react-native/Libraries/react-native/React.js' {
declare module.exports: $Exports<'react-native/Libraries/react-native/React'>;
}
declare module 'react-native/Libraries/ReactNative/AppContainer.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/AppContainer'>;
}
declare module 'react-native/Libraries/ReactNative/AppRegistry.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/AppRegistry'>;
}
declare module 'react-native/Libraries/ReactNative/FabricUIManager.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/FabricUIManager'>;
}
declare module 'react-native/Libraries/ReactNative/I18nManager.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/I18nManager'>;
}
declare module 'react-native/Libraries/ReactNative/queryLayoutByID.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/queryLayoutByID'>;
}
declare module 'react-native/Libraries/ReactNative/renderApplication.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/renderApplication'>;
}
declare module 'react-native/Libraries/ReactNative/renderFabricSurface.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/renderFabricSurface'>;
}
declare module 'react-native/Libraries/ReactNative/requireFabricComponent.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/requireFabricComponent'>;
}
declare module 'react-native/Libraries/ReactNative/requireNativeComponent.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/requireNativeComponent'>;
}
declare module 'react-native/Libraries/ReactNative/UIManager.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/UIManager'>;
}
declare module 'react-native/Libraries/ReactNative/UIManagerStatTracker.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/UIManagerStatTracker'>;
}
declare module 'react-native/Libraries/ReactNative/verifyPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/verifyPropTypes'>;
}
declare module 'react-native/Libraries/ReactNative/YellowBox.js' {
declare module.exports: $Exports<'react-native/Libraries/ReactNative/YellowBox'>;
}
declare module 'react-native/Libraries/Renderer/ReactFabric-dev.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/ReactFabric-dev'>;
}
declare module 'react-native/Libraries/Renderer/ReactFabric-prod.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/ReactFabric-prod'>;
}
declare module 'react-native/Libraries/Renderer/ReactNativeRenderer-dev.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/ReactNativeRenderer-dev'>;
}
declare module 'react-native/Libraries/Renderer/ReactNativeRenderer-prod.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/ReactNativeRenderer-prod'>;
}
declare module 'react-native/Libraries/Renderer/shims/createReactNativeComponentClass.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/createReactNativeComponentClass'>;
}
declare module 'react-native/Libraries/Renderer/shims/NativeMethodsMixin.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/NativeMethodsMixin'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactDebugTool.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactDebugTool'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFabric.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactFabric'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFabricInternals.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactFabricInternals'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactFeatureFlags.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactFeatureFlags'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNative.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactNative'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactNativeBridgeEventPlugin'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeComponentTree.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactNativeComponentTree'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativePropRegistry.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactNativePropRegistry'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactNativeTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactNativeTypes'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactPerf.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactPerf'>;
}
declare module 'react-native/Libraries/Renderer/shims/ReactTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/ReactTypes'>;
}
declare module 'react-native/Libraries/Renderer/shims/takeSnapshot.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/takeSnapshot'>;
}
declare module 'react-native/Libraries/Renderer/shims/TouchHistoryMath.js' {
declare module.exports: $Exports<'react-native/Libraries/Renderer/shims/TouchHistoryMath'>;
}
declare module 'react-native/Libraries/Sample/Sample.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Sample/Sample.android'>;
}
declare module 'react-native/Libraries/Sample/Sample.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Sample/Sample.ios'>;
}
declare module 'react-native/Libraries/Settings/Settings.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Settings/Settings.android'>;
}
declare module 'react-native/Libraries/Settings/Settings.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Settings/Settings.ios'>;
}
declare module 'react-native/Libraries/Share/Share.js' {
declare module.exports: $Exports<'react-native/Libraries/Share/Share'>;
}
declare module 'react-native/Libraries/Storage/AsyncStorage.js' {
declare module.exports: $Exports<'react-native/Libraries/Storage/AsyncStorage'>;
}
declare module 'react-native/Libraries/StyleSheet/ColorPropType.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/ColorPropType'>;
}
declare module 'react-native/Libraries/StyleSheet/EdgeInsetsPropType.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/EdgeInsetsPropType'>;
}
declare module 'react-native/Libraries/StyleSheet/flattenStyle.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/flattenStyle'>;
}
declare module 'react-native/Libraries/StyleSheet/LayoutPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/LayoutPropTypes'>;
}
declare module 'react-native/Libraries/StyleSheet/normalizeColor.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/normalizeColor'>;
}
declare module 'react-native/Libraries/StyleSheet/PointPropType.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/PointPropType'>;
}
declare module 'react-native/Libraries/StyleSheet/processColor.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/processColor'>;
}
declare module 'react-native/Libraries/StyleSheet/processTransform.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/processTransform'>;
}
declare module 'react-native/Libraries/StyleSheet/setNormalizedColorAlpha.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/setNormalizedColorAlpha'>;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheet.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/StyleSheet'>;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetPropType.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/StyleSheetPropType'>;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/StyleSheetTypes'>;
}
declare module 'react-native/Libraries/StyleSheet/StyleSheetValidation.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/StyleSheetValidation'>;
}
declare module 'react-native/Libraries/StyleSheet/TransformPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/StyleSheet/TransformPropTypes'>;
}
declare module 'react-native/Libraries/Text/Text.js' {
declare module.exports: $Exports<'react-native/Libraries/Text/Text'>;
}
declare module 'react-native/Libraries/Text/TextProps.js' {
declare module.exports: $Exports<'react-native/Libraries/Text/TextProps'>;
}
declare module 'react-native/Libraries/Text/TextPropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Text/TextPropTypes'>;
}
declare module 'react-native/Libraries/Text/TextStylePropTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Text/TextStylePropTypes'>;
}
declare module 'react-native/Libraries/Text/TextUpdateTest.js' {
declare module.exports: $Exports<'react-native/Libraries/Text/TextUpdateTest'>;
}
declare module 'react-native/Libraries/Types/CoreEventTypes.js' {
declare module.exports: $Exports<'react-native/Libraries/Types/CoreEventTypes'>;
}
declare module 'react-native/Libraries/UTFSequence.js' {
declare module.exports: $Exports<'react-native/Libraries/UTFSequence'>;
}
declare module 'react-native/Libraries/Utilities/__mocks__/BackHandler.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/__mocks__/BackHandler'>;
}
declare module 'react-native/Libraries/Utilities/__mocks__/PixelRatio.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/__mocks__/PixelRatio'>;
}
declare module 'react-native/Libraries/Utilities/BackAndroid.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/BackAndroid'>;
}
declare module 'react-native/Libraries/Utilities/BackHandler.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/BackHandler.android'>;
}
declare module 'react-native/Libraries/Utilities/BackHandler.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/BackHandler.ios'>;
}
declare module 'react-native/Libraries/Utilities/binaryToBase64.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/binaryToBase64'>;
}
declare module 'react-native/Libraries/Utilities/buildStyleInterpolator.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/buildStyleInterpolator'>;
}
declare module 'react-native/Libraries/Utilities/clamp.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/clamp'>;
}
declare module 'react-native/Libraries/Utilities/createStrictShapeTypeChecker.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/createStrictShapeTypeChecker'>;
}
declare module 'react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/deepFreezeAndThrowOnMutationInDev'>;
}
declare module 'react-native/Libraries/Utilities/defineLazyObjectProperty.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/defineLazyObjectProperty'>;
}
declare module 'react-native/Libraries/Utilities/deprecatedPropType.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/deprecatedPropType'>;
}
declare module 'react-native/Libraries/Utilities/DeviceInfo.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/DeviceInfo'>;
}
declare module 'react-native/Libraries/Utilities/differ/deepDiffer.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/differ/deepDiffer'>;
}
declare module 'react-native/Libraries/Utilities/differ/insetsDiffer.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/differ/insetsDiffer'>;
}
declare module 'react-native/Libraries/Utilities/differ/matricesDiffer.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/differ/matricesDiffer'>;
}
declare module 'react-native/Libraries/Utilities/differ/pointsDiffer.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/differ/pointsDiffer'>;
}
declare module 'react-native/Libraries/Utilities/differ/sizesDiffer.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/differ/sizesDiffer'>;
}
declare module 'react-native/Libraries/Utilities/Dimensions.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/Dimensions'>;
}
declare module 'react-native/Libraries/Utilities/dismissKeyboard.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/dismissKeyboard'>;
}
declare module 'react-native/Libraries/Utilities/groupByEveryN.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/groupByEveryN'>;
}
declare module 'react-native/Libraries/Utilities/HeapCapture.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/HeapCapture'>;
}
declare module 'react-native/Libraries/Utilities/HMRClient.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/HMRClient'>;
}
declare module 'react-native/Libraries/Utilities/HMRLoadingView.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/HMRLoadingView.android'>;
}
declare module 'react-native/Libraries/Utilities/HMRLoadingView.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/HMRLoadingView.ios'>;
}
declare module 'react-native/Libraries/Utilities/infoLog.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/infoLog'>;
}
declare module 'react-native/Libraries/Utilities/JSDevSupportModule.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/JSDevSupportModule'>;
}
declare module 'react-native/Libraries/Utilities/logError.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/logError'>;
}
declare module 'react-native/Libraries/Utilities/mapWithSeparator.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/mapWithSeparator'>;
}
declare module 'react-native/Libraries/Utilities/MatrixMath.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/MatrixMath'>;
}
declare module 'react-native/Libraries/Utilities/mergeFast.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/mergeFast'>;
}
declare module 'react-native/Libraries/Utilities/mergeIntoFast.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/mergeIntoFast'>;
}
declare module 'react-native/Libraries/Utilities/PerformanceLogger.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/PerformanceLogger'>;
}
declare module 'react-native/Libraries/Utilities/PixelRatio.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/PixelRatio'>;
}
declare module 'react-native/Libraries/Utilities/Platform.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/Platform.android'>;
}
declare module 'react-native/Libraries/Utilities/Platform.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/Platform.ios'>;
}
declare module 'react-native/Libraries/Utilities/PlatformOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/PlatformOS.android'>;
}
declare module 'react-native/Libraries/Utilities/PlatformOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/PlatformOS.ios'>;
}
declare module 'react-native/Libraries/Utilities/PolyfillFunctions.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/PolyfillFunctions'>;
}
declare module 'react-native/Libraries/Utilities/RCTLog.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/RCTLog'>;
}
declare module 'react-native/Libraries/Utilities/SceneTracker.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/SceneTracker'>;
}
declare module 'react-native/Libraries/Utilities/stringifySafe.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/stringifySafe'>;
}
declare module 'react-native/Libraries/Utilities/truncate.js' {
declare module.exports: $Exports<'react-native/Libraries/Utilities/truncate'>;
}
declare module 'react-native/Libraries/vendor/core/_shouldPolyfillES6Collection.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/_shouldPolyfillES6Collection'>;
}
declare module 'react-native/Libraries/vendor/core/ErrorUtils.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/ErrorUtils'>;
}
declare module 'react-native/Libraries/vendor/core/getObjectValues.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/getObjectValues'>;
}
declare module 'react-native/Libraries/vendor/core/guid.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/guid'>;
}
declare module 'react-native/Libraries/vendor/core/isEmpty.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/isEmpty'>;
}
declare module 'react-native/Libraries/vendor/core/Map.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/Map'>;
}
declare module 'react-native/Libraries/vendor/core/merge.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/merge'>;
}
declare module 'react-native/Libraries/vendor/core/mergeHelpers.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/mergeHelpers'>;
}
declare module 'react-native/Libraries/vendor/core/mergeInto.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/mergeInto'>;
}
declare module 'react-native/Libraries/vendor/core/Set.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/Set'>;
}
declare module 'react-native/Libraries/vendor/core/toIterator.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/core/toIterator'>;
}
declare module 'react-native/Libraries/vendor/document/selection/DocumentSelectionState.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/document/selection/DocumentSelectionState'>;
}
declare module 'react-native/Libraries/vendor/emitter/EmitterSubscription.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EmitterSubscription'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventEmitter'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventEmitterWithHolding.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventEmitterWithHolding'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventHolder.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventHolder'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventSubscription.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventSubscription'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventSubscriptionVendor.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventSubscriptionVendor'>;
}
declare module 'react-native/Libraries/vendor/emitter/EventValidator.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/EventValidator'>;
}
declare module 'react-native/Libraries/vendor/emitter/mixInEventEmitter.js' {
declare module.exports: $Exports<'react-native/Libraries/vendor/emitter/mixInEventEmitter'>;
}
declare module 'react-native/Libraries/Vibration/Vibration.js' {
declare module.exports: $Exports<'react-native/Libraries/Vibration/Vibration'>;
}
declare module 'react-native/Libraries/Vibration/VibrationIOS.android.js' {
declare module.exports: $Exports<'react-native/Libraries/Vibration/VibrationIOS.android'>;
}
declare module 'react-native/Libraries/Vibration/VibrationIOS.ios.js' {
declare module.exports: $Exports<'react-native/Libraries/Vibration/VibrationIOS.ios'>;
}
declare module 'react-native/Libraries/WebSocket/__mocks__/event-target-shim.js' {
declare module.exports: $Exports<'react-native/Libraries/WebSocket/__mocks__/event-target-shim'>;
}
declare module 'react-native/Libraries/WebSocket/WebSocket.js' {
declare module.exports: $Exports<'react-native/Libraries/WebSocket/WebSocket'>;
}
declare module 'react-native/Libraries/WebSocket/WebSocketEvent.js' {
declare module.exports: $Exports<'react-native/Libraries/WebSocket/WebSocketEvent'>;
}
declare module 'react-native/Libraries/WebSocket/WebSocketInterceptor.js' {
declare module.exports: $Exports<'react-native/Libraries/WebSocket/WebSocketInterceptor'>;
}
declare module 'react-native/local-cli/__mocks__/beeper.js' {
declare module.exports: $Exports<'react-native/local-cli/__mocks__/beeper'>;
}
declare module 'react-native/local-cli/__mocks__/fs.js' {
declare module.exports: $Exports<'react-native/local-cli/__mocks__/fs'>;
}
declare module 'react-native/local-cli/bundle/__mocks__/sign.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/__mocks__/sign'>;
}
declare module 'react-native/local-cli/bundle/assetPathUtils.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/assetPathUtils'>;
}
declare module 'react-native/local-cli/bundle/buildBundle.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/buildBundle'>;
}
declare module 'react-native/local-cli/bundle/bundle.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/bundle'>;
}
declare module 'react-native/local-cli/bundle/bundleCommandLineArgs.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/bundleCommandLineArgs'>;
}
declare module 'react-native/local-cli/bundle/filterPlatformAssetScales.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/filterPlatformAssetScales'>;
}
declare module 'react-native/local-cli/bundle/getAssetDestPathAndroid.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/getAssetDestPathAndroid'>;
}
declare module 'react-native/local-cli/bundle/getAssetDestPathIOS.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/getAssetDestPathIOS'>;
}
declare module 'react-native/local-cli/bundle/saveAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/saveAssets'>;
}
declare module 'react-native/local-cli/bundle/types.flow.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/types.flow'>;
}
declare module 'react-native/local-cli/bundle/unbundle.js' {
declare module.exports: $Exports<'react-native/local-cli/bundle/unbundle'>;
}
declare module 'react-native/local-cli/cli.js' {
declare module.exports: $Exports<'react-native/local-cli/cli'>;
}
declare module 'react-native/local-cli/cliEntry.js' {
declare module.exports: $Exports<'react-native/local-cli/cliEntry'>;
}
declare module 'react-native/local-cli/commands.js' {
declare module.exports: $Exports<'react-native/local-cli/commands'>;
}
declare module 'react-native/local-cli/core/android/findAndroidAppFolder.js' {
declare module.exports: $Exports<'react-native/local-cli/core/android/findAndroidAppFolder'>;
}
declare module 'react-native/local-cli/core/android/findManifest.js' {
declare module.exports: $Exports<'react-native/local-cli/core/android/findManifest'>;
}
declare module 'react-native/local-cli/core/android/findPackageClassName.js' {
declare module.exports: $Exports<'react-native/local-cli/core/android/findPackageClassName'>;
}
declare module 'react-native/local-cli/core/android/index.js' {
declare module.exports: $Exports<'react-native/local-cli/core/android/index'>;
}
declare module 'react-native/local-cli/core/android/readManifest.js' {
declare module.exports: $Exports<'react-native/local-cli/core/android/readManifest'>;
}
declare module 'react-native/local-cli/core/Constants.js' {
declare module.exports: $Exports<'react-native/local-cli/core/Constants'>;
}
declare module 'react-native/local-cli/core/findAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/core/findAssets'>;
}
declare module 'react-native/local-cli/core/findPlugins.js' {
declare module.exports: $Exports<'react-native/local-cli/core/findPlugins'>;
}
declare module 'react-native/local-cli/core/index.js' {
declare module.exports: $Exports<'react-native/local-cli/core/index'>;
}
declare module 'react-native/local-cli/core/ios/findPodfilePath.js' {
declare module.exports: $Exports<'react-native/local-cli/core/ios/findPodfilePath'>;
}
declare module 'react-native/local-cli/core/ios/findPodspecName.js' {
declare module.exports: $Exports<'react-native/local-cli/core/ios/findPodspecName'>;
}
declare module 'react-native/local-cli/core/ios/findProject.js' {
declare module.exports: $Exports<'react-native/local-cli/core/ios/findProject'>;
}
declare module 'react-native/local-cli/core/ios/index.js' {
declare module.exports: $Exports<'react-native/local-cli/core/ios/index'>;
}
declare module 'react-native/local-cli/core/makeCommand.js' {
declare module.exports: $Exports<'react-native/local-cli/core/makeCommand'>;
}
declare module 'react-native/local-cli/core/wrapCommands.js' {
declare module.exports: $Exports<'react-native/local-cli/core/wrapCommands'>;
}
declare module 'react-native/local-cli/dependencies/dependencies.js' {
declare module.exports: $Exports<'react-native/local-cli/dependencies/dependencies'>;
}
declare module 'react-native/local-cli/eject/eject.js' {
declare module.exports: $Exports<'react-native/local-cli/eject/eject'>;
}
declare module 'react-native/local-cli/generator/copyProjectTemplateAndReplace.js' {
declare module.exports: $Exports<'react-native/local-cli/generator/copyProjectTemplateAndReplace'>;
}
declare module 'react-native/local-cli/generator/printRunInstructions.js' {
declare module.exports: $Exports<'react-native/local-cli/generator/printRunInstructions'>;
}
declare module 'react-native/local-cli/generator/promptSync.js' {
declare module.exports: $Exports<'react-native/local-cli/generator/promptSync'>;
}
declare module 'react-native/local-cli/generator/templates.js' {
declare module.exports: $Exports<'react-native/local-cli/generator/templates'>;
}
declare module 'react-native/local-cli/info/info.js' {
declare module.exports: $Exports<'react-native/local-cli/info/info'>;
}
declare module 'react-native/local-cli/init/init.js' {
declare module.exports: $Exports<'react-native/local-cli/init/init'>;
}
declare module 'react-native/local-cli/install/install.js' {
declare module.exports: $Exports<'react-native/local-cli/install/install'>;
}
declare module 'react-native/local-cli/install/uninstall.js' {
declare module.exports: $Exports<'react-native/local-cli/install/uninstall'>;
}
declare module 'react-native/local-cli/library/library.js' {
declare module.exports: $Exports<'react-native/local-cli/library/library'>;
}
declare module 'react-native/local-cli/link/android/copyAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/copyAssets'>;
}
declare module 'react-native/local-cli/link/android/fs.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/fs'>;
}
declare module 'react-native/local-cli/link/android/index.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/index'>;
}
declare module 'react-native/local-cli/link/android/isInstalled.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/isInstalled'>;
}
declare module 'react-native/local-cli/link/android/patches/applyParams.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/applyParams'>;
}
declare module 'react-native/local-cli/link/android/patches/applyPatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/applyPatch'>;
}
declare module 'react-native/local-cli/link/android/patches/makeBuildPatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/makeBuildPatch'>;
}
declare module 'react-native/local-cli/link/android/patches/makeImportPatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/makeImportPatch'>;
}
declare module 'react-native/local-cli/link/android/patches/makePackagePatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/makePackagePatch'>;
}
declare module 'react-native/local-cli/link/android/patches/makeSettingsPatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/makeSettingsPatch'>;
}
declare module 'react-native/local-cli/link/android/patches/makeStringsPatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/makeStringsPatch'>;
}
declare module 'react-native/local-cli/link/android/patches/revokePatch.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/patches/revokePatch'>;
}
declare module 'react-native/local-cli/link/android/registerNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/registerNativeModule'>;
}
declare module 'react-native/local-cli/link/android/unlinkAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/unlinkAssets'>;
}
declare module 'react-native/local-cli/link/android/unregisterNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/android/unregisterNativeModule'>;
}
declare module 'react-native/local-cli/link/commandStub.js' {
declare module.exports: $Exports<'react-native/local-cli/link/commandStub'>;
}
declare module 'react-native/local-cli/link/getDependencyConfig.js' {
declare module.exports: $Exports<'react-native/local-cli/link/getDependencyConfig'>;
}
declare module 'react-native/local-cli/link/getProjectDependencies.js' {
declare module.exports: $Exports<'react-native/local-cli/link/getProjectDependencies'>;
}
declare module 'react-native/local-cli/link/groupFilesByType.js' {
declare module.exports: $Exports<'react-native/local-cli/link/groupFilesByType'>;
}
declare module 'react-native/local-cli/link/ios/addFileToProject.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/addFileToProject'>;
}
declare module 'react-native/local-cli/link/ios/addProjectToLibraries.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/addProjectToLibraries'>;
}
declare module 'react-native/local-cli/link/ios/addSharedLibraries.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/addSharedLibraries'>;
}
declare module 'react-native/local-cli/link/ios/addToHeaderSearchPaths.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/addToHeaderSearchPaths'>;
}
declare module 'react-native/local-cli/link/ios/common/isInstalled.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/common/isInstalled'>;
}
declare module 'react-native/local-cli/link/ios/common/registerNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/common/registerNativeModule'>;
}
declare module 'react-native/local-cli/link/ios/common/unregisterNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/common/unregisterNativeModule'>;
}
declare module 'react-native/local-cli/link/ios/copyAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/copyAssets'>;
}
declare module 'react-native/local-cli/link/ios/createGroup.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/createGroup'>;
}
declare module 'react-native/local-cli/link/ios/createGroupWithMessage.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/createGroupWithMessage'>;
}
declare module 'react-native/local-cli/link/ios/getBuildProperty.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getBuildProperty'>;
}
declare module 'react-native/local-cli/link/ios/getGroup.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getGroup'>;
}
declare module 'react-native/local-cli/link/ios/getHeaderSearchPath.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getHeaderSearchPath'>;
}
declare module 'react-native/local-cli/link/ios/getHeadersInFolder.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getHeadersInFolder'>;
}
declare module 'react-native/local-cli/link/ios/getPlist.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getPlist'>;
}
declare module 'react-native/local-cli/link/ios/getPlistPath.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getPlistPath'>;
}
declare module 'react-native/local-cli/link/ios/getProducts.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getProducts'>;
}
declare module 'react-native/local-cli/link/ios/getTargets.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/getTargets'>;
}
declare module 'react-native/local-cli/link/ios/hasLibraryImported.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/hasLibraryImported'>;
}
declare module 'react-native/local-cli/link/ios/index.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/index'>;
}
declare module 'react-native/local-cli/link/ios/isInstalled.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/isInstalled'>;
}
declare module 'react-native/local-cli/link/ios/mapHeaderSearchPaths.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/mapHeaderSearchPaths'>;
}
declare module 'react-native/local-cli/link/ios/registerNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/registerNativeModule'>;
}
declare module 'react-native/local-cli/link/ios/removeFromHeaderSearchPaths.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeFromHeaderSearchPaths'>;
}
declare module 'react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeFromPbxItemContainerProxySection'>;
}
declare module 'react-native/local-cli/link/ios/removeFromPbxReferenceProxySection.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeFromPbxReferenceProxySection'>;
}
declare module 'react-native/local-cli/link/ios/removeFromProjectReferences.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeFromProjectReferences'>;
}
declare module 'react-native/local-cli/link/ios/removeFromStaticLibraries.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeFromStaticLibraries'>;
}
declare module 'react-native/local-cli/link/ios/removeProductGroup.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeProductGroup'>;
}
declare module 'react-native/local-cli/link/ios/removeProjectFromLibraries.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeProjectFromLibraries'>;
}
declare module 'react-native/local-cli/link/ios/removeProjectFromProject.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeProjectFromProject'>;
}
declare module 'react-native/local-cli/link/ios/removeSharedLibraries.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/removeSharedLibraries'>;
}
declare module 'react-native/local-cli/link/ios/unlinkAssets.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/unlinkAssets'>;
}
declare module 'react-native/local-cli/link/ios/unregisterNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/unregisterNativeModule'>;
}
declare module 'react-native/local-cli/link/ios/writePlist.js' {
declare module.exports: $Exports<'react-native/local-cli/link/ios/writePlist'>;
}
declare module 'react-native/local-cli/link/link.js' {
declare module.exports: $Exports<'react-native/local-cli/link/link'>;
}
declare module 'react-native/local-cli/link/pods/addPodEntry.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/addPodEntry'>;
}
declare module 'react-native/local-cli/link/pods/findLineToAddPod.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/findLineToAddPod'>;
}
declare module 'react-native/local-cli/link/pods/findMarkedLinesInPodfile.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/findMarkedLinesInPodfile'>;
}
declare module 'react-native/local-cli/link/pods/findPodTargetLine.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/findPodTargetLine'>;
}
declare module 'react-native/local-cli/link/pods/isInstalled.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/isInstalled'>;
}
declare module 'react-native/local-cli/link/pods/readPodfile.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/readPodfile'>;
}
declare module 'react-native/local-cli/link/pods/registerNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/registerNativeModule'>;
}
declare module 'react-native/local-cli/link/pods/removePodEntry.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/removePodEntry'>;
}
declare module 'react-native/local-cli/link/pods/savePodFile.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/savePodFile'>;
}
declare module 'react-native/local-cli/link/pods/unregisterNativeModule.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pods/unregisterNativeModule'>;
}
declare module 'react-native/local-cli/link/pollParams.js' {
declare module.exports: $Exports<'react-native/local-cli/link/pollParams'>;
}
declare module 'react-native/local-cli/link/promiseWaterfall.js' {
declare module.exports: $Exports<'react-native/local-cli/link/promiseWaterfall'>;
}
declare module 'react-native/local-cli/link/promisify.js' {
declare module.exports: $Exports<'react-native/local-cli/link/promisify'>;
}
declare module 'react-native/local-cli/link/unlink.js' {
declare module.exports: $Exports<'react-native/local-cli/link/unlink'>;
}
declare module 'react-native/local-cli/logAndroid/logAndroid.js' {
declare module.exports: $Exports<'react-native/local-cli/logAndroid/logAndroid'>;
}
declare module 'react-native/local-cli/logIOS/logIOS.js' {
declare module.exports: $Exports<'react-native/local-cli/logIOS/logIOS'>;
}
declare module 'react-native/local-cli/runAndroid/adb.js' {
declare module.exports: $Exports<'react-native/local-cli/runAndroid/adb'>;
}
declare module 'react-native/local-cli/runAndroid/runAndroid.js' {
declare module.exports: $Exports<'react-native/local-cli/runAndroid/runAndroid'>;
}
declare module 'react-native/local-cli/runIOS/findMatchingSimulator.js' {
declare module.exports: $Exports<'react-native/local-cli/runIOS/findMatchingSimulator'>;
}
declare module 'react-native/local-cli/runIOS/findXcodeProject.js' {
declare module.exports: $Exports<'react-native/local-cli/runIOS/findXcodeProject'>;
}
declare module 'react-native/local-cli/runIOS/parseIOSDevicesList.js' {
declare module.exports: $Exports<'react-native/local-cli/runIOS/parseIOSDevicesList'>;
}
declare module 'react-native/local-cli/runIOS/runIOS.js' {
declare module.exports: $Exports<'react-native/local-cli/runIOS/runIOS'>;
}
declare module 'react-native/local-cli/server/checkNodeVersion.js' {
declare module.exports: $Exports<'react-native/local-cli/server/checkNodeVersion'>;
}
declare module 'react-native/local-cli/server/middleware/copyToClipBoardMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/copyToClipBoardMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/getDevToolsMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/getDevToolsMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/indexPage.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/indexPage'>;
}
declare module 'react-native/local-cli/server/middleware/loadRawBodyMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/loadRawBodyMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/statusPageMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/statusPageMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/systraceProfileMiddleware.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/systraceProfileMiddleware'>;
}
declare module 'react-native/local-cli/server/middleware/unless.js' {
declare module.exports: $Exports<'react-native/local-cli/server/middleware/unless'>;
}
declare module 'react-native/local-cli/server/runServer.js' {
declare module.exports: $Exports<'react-native/local-cli/server/runServer'>;
}
declare module 'react-native/local-cli/server/server.js' {
declare module.exports: $Exports<'react-native/local-cli/server/server'>;
}
declare module 'react-native/local-cli/server/util/attachWebsocketServer.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/attachWebsocketServer'>;
}
declare module 'react-native/local-cli/server/util/copyToClipBoard.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/copyToClipBoard'>;
}
declare module 'react-native/local-cli/server/util/debugger-ui/debuggerWorker.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/debugger-ui/debuggerWorker'>;
}
declare module 'react-native/local-cli/server/util/debugger-ui/DeltaPatcher.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/debugger-ui/DeltaPatcher'>;
}
declare module 'react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/debugger-ui/deltaUrlToBlobUrl'>;
}
declare module 'react-native/local-cli/server/util/jsPackagerClient.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/jsPackagerClient'>;
}
declare module 'react-native/local-cli/server/util/launchChrome.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/launchChrome'>;
}
declare module 'react-native/local-cli/server/util/launchEditor.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/launchEditor'>;
}
declare module 'react-native/local-cli/server/util/messageSocket.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/messageSocket'>;
}
declare module 'react-native/local-cli/server/util/webSocketProxy.js' {
declare module.exports: $Exports<'react-native/local-cli/server/util/webSocketProxy'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/App.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/App'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/components/KeyboardSpacer'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/components/ListItem.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/components/ListItem'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/lib/Backend.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/lib/Backend'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/chat/ChatListScreen'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/chat/ChatScreen'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/HomeScreenTabNavigator'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeScreen'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.android'>;
}
declare module 'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloNavigation/views/welcome/WelcomeText.ios'>;
}
declare module 'react-native/local-cli/templates/HelloWorld/App.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloWorld/App'>;
}
declare module 'react-native/local-cli/templates/HelloWorld/index.js' {
declare module.exports: $Exports<'react-native/local-cli/templates/HelloWorld/index'>;
}
declare module 'react-native/local-cli/upgrade/upgrade.js' {
declare module.exports: $Exports<'react-native/local-cli/upgrade/upgrade'>;
}
declare module 'react-native/local-cli/util/__mocks__/log.js' {
declare module.exports: $Exports<'react-native/local-cli/util/__mocks__/log'>;
}
declare module 'react-native/local-cli/util/assertRequiredOptions.js' {
declare module.exports: $Exports<'react-native/local-cli/util/assertRequiredOptions'>;
}
declare module 'react-native/local-cli/util/Config.js' {
declare module.exports: $Exports<'react-native/local-cli/util/Config'>;
}
declare module 'react-native/local-cli/util/copyAndReplace.js' {
declare module.exports: $Exports<'react-native/local-cli/util/copyAndReplace'>;
}
declare module 'react-native/local-cli/util/findReactNativeScripts.js' {
declare module.exports: $Exports<'react-native/local-cli/util/findReactNativeScripts'>;
}
declare module 'react-native/local-cli/util/findSymlinkedModules.js' {
declare module.exports: $Exports<'react-native/local-cli/util/findSymlinkedModules'>;
}
declare module 'react-native/local-cli/util/findSymlinksPaths.js' {
declare module.exports: $Exports<'react-native/local-cli/util/findSymlinksPaths'>;
}
declare module 'react-native/local-cli/util/isPackagerRunning.js' {
declare module.exports: $Exports<'react-native/local-cli/util/isPackagerRunning'>;
}
declare module 'react-native/local-cli/util/isValidPackageName.js' {
declare module.exports: $Exports<'react-native/local-cli/util/isValidPackageName'>;
}
declare module 'react-native/local-cli/util/log.js' {
declare module.exports: $Exports<'react-native/local-cli/util/log'>;
}
declare module 'react-native/local-cli/util/PackageManager.js' {
declare module.exports: $Exports<'react-native/local-cli/util/PackageManager'>;
}
declare module 'react-native/local-cli/util/parseCommandLine.js' {
declare module.exports: $Exports<'react-native/local-cli/util/parseCommandLine'>;
}
declare module 'react-native/local-cli/util/walk.js' {
declare module.exports: $Exports<'react-native/local-cli/util/walk'>;
}
declare module 'react-native/local-cli/util/yarn.js' {
declare module.exports: $Exports<'react-native/local-cli/util/yarn'>;
}
declare module 'react-native/local-cli/wrong-react-native.js' {
declare module.exports: $Exports<'react-native/local-cli/wrong-react-native'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/Asserts.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/Asserts'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/CatalystRootViewTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/DatePickerDialogTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/InitialPropsTestApp'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/JSResponderTestApp'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/LayoutEventsTestApp'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/MeasureLayoutTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/MultitouchHandlingTestAppModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/NativeIdTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/PickerAndroidTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/ProgressBarTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/ScrollViewTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ShareTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/ShareTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/SubviewsClippingTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/SwipeRefreshLayoutTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestBundle.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestBundle'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestIdTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestIdTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSArgumentsModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestJavaToJSReturnValuesModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestJSLocaleModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TestJSToJavaParametersModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TextInputTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TextInputTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TimePickerDialogTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/TouchBubblingTestAppModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/UIManagerTestModule'>;
}
declare module 'react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule.js' {
declare module.exports: $Exports<'react-native/ReactAndroid/src/androidTest/js/ViewRenderingTestModule'>;
}
declare module 'react-native/rn-get-polyfills.js' {
declare module.exports: $Exports<'react-native/rn-get-polyfills'>;
}
declare module 'react-native/setupBabel.js' {
declare module.exports: $Exports<'react-native/setupBabel'>;
}