Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove need for platform overrides to Settings (#38607)
Summary: Pull Request resolved: #38607 Today, any host platform implementation of React Native must add Settings.platform.js. - https://github.com/microsoft/react-native-windows/blob/0.71-stable/vnext/src/Libraries/Settings/Settings.windows.js Now they don't have to do it anymore. For this case, macOS actually wants to share the iOS specific logic > https://github.com/microsoft/react-native-macos/blob/main/Libraries/Settings/Settings.macos.js Changelog: [General] [Fixed] - [Settings] Remove need for platform overrides to Settings Reviewed By: rozele Differential Revision: D47747018 fbshipit-source-id: 8e4e8d318b3285a9a64e0b4f052f721f6242f871
- Loading branch information