mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6a5e98a84c
Summary: We're going to make RCTTurboModule getTurboModule: required in D27316129. So, RCTTurboModuleManagerDelegate getTurboModule:initParams is no longer necessary. ## Changes 1. Makes TurboModuleManager stop calling RCTTurboModuleManagerDelegate getTurboModule:initParams 2. Makes getTurboModule: have the lowest priority. So, Cxx NativeModules with a getTurboModule: method won't have their getTurboModule: method executed. Changelog: [Internal] Reviewed By: PeteTheHeat Differential Revision: D27316872 fbshipit-source-id: a024e55b8e3692d7117420007dd3947ecfd5019c