mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
d3065fc2e7
Summary: @public This removes the last piece of data that was still stored on the DATA section, `RCT_IMPORT_METHOD`. JS calls now dynamically populate a lookup table simultaneously on JS and Native, instead of creating a mapping at load time. Test Plan: Everything still runs, tests are green.