mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
70cd569e7e
Summary: Simplifies the implementation of `DevSettings`. The fact that it uses `NativeEventEmitter` is an implementation detail and does not need to be exposed via inheritance. This also enables more code to be removed from production builds (because the development implementation is now statically enclosed by `__DEV__`). Changelog: [General][Changed] - `DevSettings` no longer inherits from `NativeEventEmitter` Reviewed By: RSNara Differential Revision: D26140148 fbshipit-source-id: 99fa9d0c6ce8e365f89936aa12a4720f7a04b984