mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 14:21:44 +00:00
[change] Refactor localization APIs
* Control writing direction using 'dir' and 'lang' props. * Change the compiler output for RTL styles polyfill. * Export 'useLocaleContext' for working with writing direction context. * Turn I18nManager into a mock API
This commit is contained in:
@@ -67,5 +67,6 @@ module.exports = {
|
||||
render: true,
|
||||
unmountComponentAtNode: true,
|
||||
useColorScheme: true,
|
||||
useLocaleContext: true,
|
||||
useWindowDimensions: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user