react-native-macos/Libraries
Ramanpreet Nara 6c3dd87ef1 Manual: Migrate from bridge.moduleForName to RCTModuleRegistry
Summary:
All NativeModules that use `[RCTBridge moduleForName:]` to access other NativeModules are now instead using the Venice-compatible RCTModuleRegistry to access other NativeModules.

Changelog: [Internal]

Reviewed By: shergin

Differential Revision: D25508910

fbshipit-source-id: 85fc390063af264f2f2843e5640fa7336a784ab4
2020-12-12 19:02:04 -08:00
..
ActionSheetIOS Add possibility to disable buttons in action sheet ios (#28979) 2020-11-18 21:11:48 -08:00
Alert Remove @react-native/codegen lint ignores 2020-10-26 16:23:03 -07:00
Animated Animated module: don't use random IDs as waiting identifier for queueing 2020-10-26 22:14:25 -07:00
AppState EventEmitter: Import `{Native,RCTDevice}EventEmitter` 2020-06-27 02:18:10 -07:00
BatchedBridge improve "not a registered callable module" error message (#28913) 2020-08-13 18:30:38 -07:00
Blob Manual: Migrate from bridge.moduleForClass to RCTModuleRegistry 2020-12-12 19:02:04 -08:00
BugReporting EventEmitter: Import `{Native,RCTDevice}EventEmitter` 2020-06-27 02:18:10 -07:00
Components RN: Migrate `View` to NativeComponentRegistry 2020-11-28 21:49:58 -08:00
Core RN: Remove Android `setTimeout` Warning 2020-11-13 18:07:37 -08:00
DeprecatedPropTypes Deploy Flow v0.136.0 2020-10-18 20:30:55 -07:00
EventEmitter Stop calling RCTNetworking.(add|remove)Listeners? 2020-10-14 21:05:38 -07:00
FBLazyVector remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
FBReactNativeSpec Fix Circle CI iOS Tests: Make FBReactNativeSpec dir as needed 2020-12-02 16:13:03 -08:00
HeapCapture Migrate large amount of modules to flow strict and strict-local 2020-07-22 09:46:16 -07:00
Image Manual: Migrate from bridge.moduleForName to RCTModuleRegistry 2020-12-12 19:02:04 -08:00
Inspector Update PerformanceLogger to nullable timespans, points, extras 2020-09-28 10:53:55 -07:00
Interaction chore: update RNTester example link in PanResponder comment (#30051) 2020-09-30 14:36:59 -07:00
JSInspector Migrate large amount of modules to flow strict and strict-local 2020-07-22 09:46:16 -07:00
LayoutAnimation LayoutAnimations: Allow user-configurable failure function 2020-08-02 16:37:03 -07:00
Linking Fix NativeLinking split 2020-10-15 11:49:19 -07:00
LinkingIOS Split NativeLinking into NativeIntentManager and NativeLinkingManager 2020-10-15 08:49:28 -07:00
Lists RN: Rename to `ScrollViewNativeComponent` 2020-11-20 18:53:14 -08:00
LogBox Clean up eager component stack regexes 2020-09-02 10:01:13 -07:00
Modal Fix cannot working Modal's onDismiss. (#29882) 2020-11-13 23:56:09 -08:00
NativeAnimation Manual: Migrate from bridge.eventDispatcher to RCTModuleRegistry 2020-12-11 10:42:28 -08:00
NativeComponent RN: Add `NativeComponentRegistry.getWithFallback_DEPRECATED` 2020-11-20 18:53:14 -08:00
NativeModules/specs Remove @react-native/codegen lint ignores 2020-10-26 16:23:03 -07:00
Network Codemod: Migrate from bridge.networking to RCTModuleRegistry 2020-12-12 19:02:03 -08:00
NewAppScreen move Hermes badge from template to NewAppScreen library (#28783) 2020-07-14 06:29:00 -07:00
Performance Migrate large amount of modules to flow strict and strict-local 2020-07-22 09:46:16 -07:00
PermissionsAndroid Remove @react-native/codegen lint ignores 2020-10-26 16:23:03 -07:00
Pressability Pressability: Support Lazy Hook Initialization 2020-09-28 17:23:49 -07:00
PushNotificationIOS Remove @react-native/codegen lint ignores 2020-10-26 16:23:03 -07:00
RCTRequired remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
ReactNative Ensure iOS Native components are initialized when using JS View configs 2020-12-07 23:14:02 -08:00
ReactPrivate RN: Preserve Style Type in `flattenStyle` 2020-11-19 15:55:23 -08:00
Reliability Adding support for cancelOnBackground for UserFlow 2020-12-07 10:49:29 -08:00
Renderer RN: Refactor `ViewConfig` Inflation 2020-11-19 02:52:00 -08:00
Settings Codemod: Migrate from bridge.eventDispatcher to RCTModuleRegistry 2020-12-11 10:42:28 -08:00
Share Remove @react-native/codegen lint ignores 2020-10-26 16:23:03 -07:00
Storage Split NativeAsyncStorage into NativeAsyncLocalStorage and NativeAsyncSQLiteDBStorage 2020-10-15 08:49:28 -07:00
StyleSheet RN: Refactor `ScrollView` Style Splitting 2020-11-19 15:55:23 -08:00
SurfaceBackedComponent Migrate remaining call sites to `CKOverlayLayoutComponent` to Builder 2020-10-20 05:58:21 -07:00
SurfaceHostingComponent Back out "Avoid accessing `self.component` on background thread" 2020-12-03 19:09:50 -08:00
Text RN: Suppress RCTVirtualText Warning in Bridgeless 2020-11-18 20:59:24 -08:00
TurboModule Suppress errors and switch to new-generics in xplat 2020-11-20 00:50:30 -08:00
TypeSafety Rewrite ObjC++ module generator 2020-09-29 14:39:40 -07:00
Types mark 'force' as optional property of PressEvent object (#29006) 2020-05-29 17:36:59 -07:00
Utilities Suppress errors and switch to new-generics in xplat 2020-11-20 00:50:30 -08:00
Vibration remove most of tvOS remnants from the code (#29407) 2020-09-28 21:26:41 -07:00
WebSocket Update RCTSRWebSocket.m (#29419) 2020-07-28 11:10:14 -07:00
Wrapper Back out "Rename measure to measureContent and pass it LayoutContext" 2020-03-04 05:01:53 -08:00
YellowBox Delete YellowBox 2020-02-21 10:34:40 -08:00
__flowtests__ Back out "Upgrade Prettier from 1.17 to 2.0.2." 2020-03-24 21:47:35 -07:00
vendor EventEmitter: Replace `listeners()` with `listenerCount()` 2020-09-03 15:21:11 -07:00
.npmignore
BUCK Codegen Android: allow generating Fabric Java component files during build time 2020-12-09 09:19:33 -08:00
Promise.js Conditionalize Promise Polyfill for Hermes 2020-10-19 15:24:38 -07:00
UTFSequence.js Migrate large amount of modules to flow strict and strict-local 2020-07-22 09:46:16 -07:00
promiseRejectionIsError.js Migrate large amount of modules to flow strict and strict-local 2020-07-22 09:46:16 -07:00
promiseRejectionTrackingOptions.js Conditionalize Promise Polyfill for Hermes 2020-10-19 15:24:38 -07:00