mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6c88afc044
Summary: The NativeModules spec parser uses `moduleName` to refer to the name of the NativeModule spec. This is confusing, because the NativeModules spec also has a `moduleNames` array, which refers to names of the NativeModules that get required in the spec. This diff renames `moduleName` to `hasteModuleName` within the NativeModule spec parser. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D24386279 fbshipit-source-id: 8e4eb8dfc647241bf2bdae54dc8d9ab0122f49f9