Ai
2 Star 0 Fork 0

react-component/rn-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
coreModulesList.js 15.24 KB
一键复制 编辑 原始数据 按行查看 历史
swainet 提交于 2016-07-05 13:54 +08:00 . update:add react@15.2.0 新增的核心模块
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621
const coreModulesList = [
"ARTSerializablePath",
"ActionSheetIOS",
"ActivityIndicator",
"ActivityIndicatorIOS",
"AdSupportIOS",
"Alert",
"AlertIOS",
"Animated",
"AnimatedImplementation",
"AppRegistry",
"AppState",
"AppStateIOS",
"AssetRegistry",
"AssetSourceResolver",
"AsyncStorage",
"AutoFocusUtils",
"BackAndroid",
"BatchedBridge",
"BeforeInputEventPlugin",
"BorderBox",
"BoundingDimensions",
"BoxInspector",
"BugReporting",
"CSSProperty",
"CSSPropertyOperations",
"CallbackQueue",
"CameraRoll",
"ChangeEventPlugin",
"Clipboard",
"ColorPropType",
"DOMChildrenOperations",
"DOMLazyTree",
"DOMNamespaces",
"DOMProperty",
"DOMPropertyOperations",
"Danger",
"DatePickerAndroid",
"DatePickerIOS",
"DefaultEventPluginOrder",
"Dimensions",
"DisabledInputUtils",
"DocumentSelectionState",
"DrawerLayoutAndroid",
"Easing",
"EdgeInsetsPropType",
"ElementBox",
"ElementProperties",
"EmitterSubscription",
"EnterLeaveEventPlugin",
"ErrorUtils",
"EventConstants",
"EventEmitter",
"EventEmitterWithHolding",
"EventHolder",
"EventPluginHub",
"EventPluginRegistry",
"EventPluginUtils",
"EventPropagators",
"EventSubscription",
"EventSubscriptionVendor",
"EventValidator",
"ExceptionsManager",
"FallbackCompositionState",
"FormData",
"Geolocation",
"HMRClient",
"HMRLoadingView",
"HTMLDOMPropertyConfig",
"HeapCapture",
"Image",
"ImageEditor",
"ImagePickerIOS",
"ImageResizeMode",
"ImageSourcePropType",
"ImageStore",
"ImageStylePropTypes",
"InitializeJavaScriptAppEngine",
"Inspector",
"InspectorOverlay",
"InspectorPanel",
"InspectorUtils",
"IntentAndroid",
"InteractionManager",
"InteractionMixin",
"Interpolation",
"JSTimers",
"JSTimersExecution",
"KeyEscapeUtils",
"Keyboard",
"LayoutAnimation",
"LayoutPropTypes",
"LinkedStateMixin",
"LinkedValueUtils",
"Linking",
"LinkingIOS",
"ListView",
"ListViewDataSource",
"Map",
"MapView",
"MatrixMath",
"MessageQueue",
"Modal",
"NativeAnimatedHelper",
"NativeEventEmitter",
"NativeMethodsMixin",
"NativeModules",
"NavigationAbstractPanResponder",
"NavigationAnimatedValueSubscription",
"NavigationAnimatedView",
"NavigationCard",
"NavigationCardStack",
"NavigationCardStackPanResponder",
"NavigationCardStackStyleInterpolator",
"NavigationContext",
"NavigationEvent",
"NavigationEventEmitter",
"NavigationExperimental",
"NavigationFindReducer",
"NavigationHeader",
"NavigationHeaderBackButton",
"NavigationHeaderStyleInterpolator",
"NavigationHeaderTitle",
"NavigationPagerPanResponder",
"NavigationPagerStyleInterpolator",
"NavigationPointerEventsContainer",
"NavigationPropTypes",
"NavigationReducer",
"NavigationScenesReducer",
"NavigationStackReducer",
"NavigationStateUtils",
"NavigationTabsReducer",
"NavigationTransitioner",
"NavigationTreeNode",
"Navigator",
"NavigatorBreadcrumbNavigationBar",
"NavigatorBreadcrumbNavigationBarStyles",
"NavigatorIOS",
"NavigatorNavigationBar",
"NavigatorNavigationBarStylesAndroid",
"NavigatorNavigationBarStylesIOS",
"NavigatorSceneConfigs",
"NetInfo",
"PanResponder",
"PerformanceLogger",
"PerformanceOverlay",
"Picker",
"PickerAndroid",
"PickerIOS",
"PixelRatio",
"Platform",
"PointPropType",
"PooledClass",
"Position",
"ProgressBarAndroid",
"ProgressViewIOS",
"Promise",
"PushNotificationIOS",
"RCTDebugComponentOwnership",
"RCTDeviceEventEmitter",
"RCTEventEmitter",
"RCTLog",
"RCTNativeAppEventEmitter",
"RCTNetworking",
"RCTRenderingPerf",
"React",
"ReactBrowserEventEmitter",
"ReactChildReconciler",
"ReactChildren",
"ReactClass",
"ReactComponent",
"ReactComponentBrowserEnvironment",
"ReactComponentEnvironment",
"ReactComponentTreeDevtool",
"ReactComponentWithPureRenderMixin",
"ReactCompositeComponent",
"ReactCurrentOwner",
"ReactDOM",
"ReactDOMButton",
"ReactDOMComponent",
"ReactDOMComponentFlags",
"ReactDOMComponentTree",
"ReactDOMContainerInfo",
"ReactDOMDebugTool",
"ReactDOMEmptyComponent",
"ReactDOMFactories",
"ReactDOMFeatureFlags",
"ReactDOMIDOperations",
"ReactDOMInput",
"ReactDOMInstrumentation",
"ReactDOMOption",
"ReactDOMSelect",
"ReactDOMSelection",
"ReactDOMTextComponent",
"ReactDOMTextarea",
"ReactDOMTreeTraversal",
"ReactDOMUnknownPropertyDevtool",
"ReactDebugTool",
"ReactDefaultBatchingStrategy",
"ReactDefaultInjection",
"ReactElement",
"ReactElementValidator",
"ReactEmptyComponent",
"ReactErrorUtils",
"ReactEventEmitterMixin",
"ReactEventListener",
"ReactFeatureFlags",
"ReactFragment",
"ReactHostComponent",
"ReactHostOperationHistoryDevtool",
"ReactInjection",
"ReactInputSelection",
"ReactInstanceMap",
"ReactInstrumentation",
"ReactInvalidSetStateWarningDevTool",
"ReactLink",
"ReactMarkupChecksum",
"ReactMount",
"ReactMultiChild",
"ReactMultiChildUpdateTypes",
"ReactNative",
"ReactNativeART",
"ReactNativeAttributePayload",
"ReactNativeBaseComponent",
"ReactNativeBridgeEventPlugin",
"ReactNativeComponent",
"ReactNativeComponentEnvironment",
"ReactNativeComponentTree",
"ReactNativeContainerInfo",
"ReactNativeDOMIDOperations",
"ReactNativeDefaultInjection",
"ReactNativeEventEmitter",
"ReactNativeEventPluginOrder",
"ReactNativeGlobalResponderHandler",
"ReactNativeMount",
"ReactNativeOperationHistoryDevtool",
"ReactNativePropRegistry",
"ReactNativeReconcileTransaction",
"ReactNativeStyleAttributes",
"ReactNativeTagHandles",
"ReactNativeTextComponent",
"ReactNativeTreeTraversal",
"ReactNativeViewAttributes",
"ReactNodeTypes",
"ReactNoopUpdateQueue",
"ReactOwner",
"ReactPerf",
"ReactPropTypeLocationNames",
"ReactPropTypeLocations",
"ReactPropTypes",
"ReactReconcileTransaction",
"ReactReconciler",
"ReactRef",
"ReactServerRenderingTransaction",
"ReactSimpleEmptyComponent",
"ReactStateSetters",
"ReactTestUtils",
"ReactUpdateQueue",
"ReactUpdates",
"ReactVersion",
"RecyclerViewBackedScrollView",
"RefreshControl",
"ResponderEventPlugin",
"ResponderSyntheticEvent",
"ResponderTouchHistoryStore",
"SVGDOMPropertyConfig",
"ScrollResponder",
"ScrollView",
"SegmentedControlIOS",
"SelectEventPlugin",
"Set",
"Settings",
"ShadowPropTypesIOS",
"SimpleEventPlugin",
"Slider",
"SliderIOS",
"SnapshotViewIOS",
"SpringConfig",
"StaticContainer.react",
"StaticRenderer",
"StatusBar",
"StatusBarIOS",
"StyleInspector",
"StyleSheet",
"StyleSheetPropType",
"StyleSheetValidation",
"Subscribable",
"Switch",
"SwitchAndroid",
"SwitchIOS",
"SyntheticAnimationEvent",
"SyntheticClipboardEvent",
"SyntheticCompositionEvent",
"SyntheticDragEvent",
"SyntheticEvent",
"SyntheticFocusEvent",
"SyntheticInputEvent",
"SyntheticKeyboardEvent",
"SyntheticMouseEvent",
"SyntheticTouchEvent",
"SyntheticTransitionEvent",
"SyntheticUIEvent",
"SyntheticWheelEvent",
"Systrace",
"TabBarIOS",
"TabBarItemIOS",
"TaskQueue",
"Text",
"TextInput",
"TextInputState",
"TextStylePropTypes",
"TimePickerAndroid",
"ToastAndroid",
"ToolbarAndroid",
"TouchHistoryMath",
"Touchable",
"TouchableHighlight",
"TouchableNativeFeedback",
"TouchableOpacity",
"TouchableWithoutFeedback",
"Transaction",
"TransformPropTypes",
"UIManager",
"UnimplementedView",
"Vibration",
"VibrationIOS",
"View",
"ViewPagerAndroid",
"ViewStylePropTypes",
"ViewportMetrics",
"WebSocket",
"WebSocketEvent",
"WebView",
"XMLHttpRequest",
"YellowBox",
"_shouldPolyfillES6Collection",
"accumulate",
"accumulateInto",
"adler32",
"art/core/class.js",
"art/core/color.js",
"art/core/path.js",
"art/core/transform.js",
"base64-js/lib/b64.js",
"bezier",
"buildStyleInterpolator",
"canDefineProperty",
"checkReactTypeSpec",
"clamp",
"copyProperties",
"createMicrosoftUnsafeLocalFunction",
"createReactNativeComponentClass",
"createStrictShapeTypeChecker",
"dangerousStyleValue",
"deepDiffer",
"deepFreezeAndThrowOnMutationInDev",
"deprecatedCallback",
"deprecatedPropType",
"dismissKeyboard",
"dumpReactTree",
"ensureComponentIsNative",
"ensurePositiveDelayProps",
"escapeTextContentForBrowser",
"event-target-shim/lib/commons.js",
"event-target-shim/lib/custom-event-target.js",
"event-target-shim/lib/event-target.js",
"event-target-shim/lib/event-wrapper.js",
"fbjs/lib/EventListener.js",
"fbjs/lib/ExecutionEnvironment.js",
"fbjs/lib/Promise.native.js",
"fbjs/lib/TouchEventUtils.js",
"fbjs/lib/camelize.js",
"fbjs/lib/camelizeStyleName.js",
"fbjs/lib/containsNode.js",
"fbjs/lib/createArrayFromMixed.js",
"fbjs/lib/createNodesFromMarkup.js",
"fbjs/lib/emptyFunction.js",
"fbjs/lib/emptyObject.js",
"fbjs/lib/focusNode.js",
"fbjs/lib/getActiveElement.js",
"fbjs/lib/getMarkupWrap.js",
"fbjs/lib/getUnboundedScrollPosition.js",
"fbjs/lib/hyphenate.js",
"fbjs/lib/hyphenateStyleName.js",
"fbjs/lib/invariant.js",
"fbjs/lib/isNode.js",
"fbjs/lib/isTextNode.js",
"fbjs/lib/keyMirror.js",
"fbjs/lib/keyOf.js",
"fbjs/lib/mapObject.js",
"fbjs/lib/memoizeStringOnly.js",
"fbjs/lib/nativeRequestAnimationFrame.js",
"fbjs/lib/performance.js",
"fbjs/lib/performanceNow.js",
"fbjs/lib/requestAnimationFrame.js",
"fbjs/lib/shallowEqual.js",
"fbjs/lib/warning.js",
"fetch",
"findDOMNode",
"findNodeHandle",
"flattenChildren",
"flattenStyle",
"forEachAccumulated",
"getDevServer",
"getEventCharCode",
"getEventKey",
"getEventModifierState",
"getEventTarget",
"getHostComponentFromComposite",
"getIteratorFn",
"getNativeComponentFromComposite",
"getNodeForCharacterOffset",
"getReactData",
"getTextContentAccessor",
"getVendorPrefixedEventName",
"global/window.js",
"guid",
"immutable/dist/immutable.js",
"infoLog",
"insetsDiffer",
"instantiateReactComponent",
"isEmpty",
"isEventSupported",
"isTextInputElement",
"lodash/_DataView.js",
"lodash/_Hash.js",
"lodash/_ListCache.js",
"lodash/_Map.js",
"lodash/_MapCache.js",
"lodash/_Promise.js",
"lodash/_Set.js",
"lodash/_SetCache.js",
"lodash/_Stack.js",
"lodash/_Symbol.js",
"lodash/_Uint8Array.js",
"lodash/_WeakMap.js",
"lodash/_apply.js",
"lodash/_arrayIncludes.js",
"lodash/_arrayIncludesWith.js",
"lodash/_arrayMap.js",
"lodash/_arrayPush.js",
"lodash/_arraySome.js",
"lodash/_assignValue.js",
"lodash/_assocIndexOf.js",
"lodash/_baseDifference.js",
"lodash/_baseFindIndex.js",
"lodash/_baseFlatten.js",
"lodash/_baseGet.js",
"lodash/_baseHas.js",
"lodash/_baseHasIn.js",
"lodash/_baseIndexOf.js",
"lodash/_baseIsEqual.js",
"lodash/_baseIsEqualDeep.js",
"lodash/_baseIsMatch.js",
"lodash/_baseIsNative.js",
"lodash/_baseIteratee.js",
"lodash/_baseKeys.js",
"lodash/_baseMatches.js",
"lodash/_baseMatchesProperty.js",
"lodash/_baseProperty.js",
"lodash/_basePropertyDeep.js",
"lodash/_baseTimes.js",
"lodash/_baseToString.js",
"lodash/_baseUnary.js",
"lodash/_cacheHas.js",
"lodash/_castPath.js",
"lodash/_checkGlobal.js",
"lodash/_copyObject.js",
"lodash/_coreJsData.js",
"lodash/_createAssigner.js",
"lodash/_createFind.js",
"lodash/_equalArrays.js",
"lodash/_equalByTag.js",
"lodash/_equalObjects.js",
"lodash/_getLength.js",
"lodash/_getMapData.js",
"lodash/_getMatchData.js",
"lodash/_getNative.js",
"lodash/_getPrototype.js",
"lodash/_getTag.js",
"lodash/_getValue.js",
"lodash/_hasPath.js",
"lodash/_hashClear.js",
"lodash/_hashDelete.js",
"lodash/_hashGet.js",
"lodash/_hashHas.js",
"lodash/_hashSet.js",
"lodash/_indexKeys.js",
"lodash/_indexOfNaN.js",
"lodash/_isFlattenable.js",
"lodash/_isHostObject.js",
"lodash/_isIndex.js",
"lodash/_isIterateeCall.js",
"lodash/_isKey.js",
"lodash/_isKeyable.js",
"lodash/_isMasked.js",
"lodash/_isPrototype.js",
"lodash/_isStrictComparable.js",
"lodash/_listCacheClear.js",
"lodash/_listCacheDelete.js",
"lodash/_listCacheGet.js",
"lodash/_listCacheHas.js",
"lodash/_listCacheSet.js",
"lodash/_mapCacheClear.js",
"lodash/_mapCacheDelete.js",
"lodash/_mapCacheGet.js",
"lodash/_mapCacheHas.js",
"lodash/_mapCacheSet.js",
"lodash/_mapToArray.js",
"lodash/_matchesStrictComparable.js",
"lodash/_nativeCreate.js",
"lodash/_root.js",
"lodash/_setCacheAdd.js",
"lodash/_setCacheHas.js",
"lodash/_setToArray.js",
"lodash/_stackClear.js",
"lodash/_stackDelete.js",
"lodash/_stackGet.js",
"lodash/_stackHas.js",
"lodash/_stackSet.js",
"lodash/_stringToPath.js",
"lodash/_toKey.js",
"lodash/_toSource.js",
"lodash/assign.js",
"lodash/difference.js",
"lodash/eq.js",
"lodash/find.js",
"lodash/findIndex.js",
"lodash/get.js",
"lodash/hasIn.js",
"lodash/identity.js",
"lodash/isArguments.js",
"lodash/isArray.js",
"lodash/isArrayLike.js",
"lodash/isArrayLikeObject.js",
"lodash/isFunction.js",
"lodash/isLength.js",
"lodash/isObject.js",
"lodash/isObjectLike.js",
"lodash/isString.js",
"lodash/isSymbol.js",
"lodash/isTypedArray.js",
"lodash/keys.js",
"lodash/memoize.js",
"lodash/property.js",
"lodash/rest.js",
"lodash/toFinite.js",
"lodash/toInteger.js",
"lodash/toNumber.js",
"lodash/toString.js",
"logError",
"mapWithSeparator",
"matricesDiffer",
"merge",
"mergeHelpers",
"mergeInto",
"mixInEventEmitter",
"normalizeColor",
"object-assign/index.js",
"onlyChild",
"parseErrorStack",
"pointsDiffer",
"processColor",
"processDecelerationRate",
"processTransform",
"promise/setimmediate/core.js",
"promise/setimmediate/done.js",
"promise/setimmediate/es6-extensions.js",
"promise/setimmediate/rejection-tracking.js",
"queryLayoutByID",
"quoteAttributeValueForBrowser",
"react-clone-referenced-element/cloneReferencedElement.js",
"react-deep-force-update/lib/index.js",
"react-native/Libraries/CustomComponents/NavigationExperimental/assets/back-icon.png",
"react-native/Libraries/react-native/react-native.js",
"react-native/lib/InitializeJavaScriptAppEngine.js",
"react-native/lib/RCTEventEmitter.js",
"react-native/lib/TextInputState.js",
"react-native/lib/UIManager.js",
"react-native/lib/View.js",
"react-native/lib/deepDiffer.js",
"react-native/lib/deepFreezeAndThrowOnMutationInDev.js",
"react-native/lib/flattenStyle.js",
"react-native/local-cli/bundle/assetPathUtils.js",
"react-proxy/modules/bindAutoBindMethods.js",
"react-proxy/modules/createClassProxy.js",
"react-proxy/modules/createPrototypeProxy.js",
"react-proxy/modules/deleteUnknownAutoBindMethods.js",
"react-proxy/modules/index.js",
"react-proxy/modules/supportsProtoAssignment.js",
"react-timer-mixin/TimerMixin.js",
"react-transform-hmr/lib/index.js",
"react/react.js",
"reactProdInvariant",
"rebound/rebound.js",
"regenerator-runtime/runtime.js",
"renderApplication",
"renderSubtreeIntoContainer",
"requireNativeComponent",
"resolveAssetSource",
"resolveBoxStyle",
"setImmediate",
"setInnerHTML",
"setTextContent",
"setupDevtools",
"shallowCompare",
"shouldUpdateReactComponent",
"sizesDiffer",
"stacktrace-parser/index.js",
"stacktrace-parser/lib/stacktrace-parser.js",
"stringifySafe",
"symbolicateStackTrace",
"throwOnWrongReactAPI",
"toIterator",
"traverseAllChildren",
"update",
"utf8",
"validateDOMNesting",
"verifyPropTypes",
];
module.exports = coreModulesList;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_react-component/rn-core.git
git@gitee.com:mirrors_react-component/rn-core.git
mirrors_react-component
rn-core
rn-core
master

搜索帮助