Releases: zoontek/react-native-localize
Releases · zoontek/react-native-localize
3.7.0
Compare
Sorry, something went wrong.
No results found
Export a dedicated typed function for Expo dynamic configuration (app.config.ts):
import type { ConfigContext , ExpoConfig } from "expo/config" ;
import localize from "react-native-localize/expo" ; // use `require` in app.config.js
export default ( { config } : ConfigContext ) : ExpoConfig => ( {
plugins : [
localize ( {
locales : [ "en" , "fr" ] , // or { android: ["en"], ios: ["en", "fr"] }
} ) ,
] ,
} ) ;
3.6.1
Compare
Sorry, something went wrong.
No results found
Fix Expo plugin generated resourceConfigurations format (closes #311 )
3.6.0
Compare
Sorry, something went wrong.
No results found
3.5.4
Compare
Sorry, something went wrong.
No results found
Preserves existing Info.plist settings (Expo plugin) by @huextrat in #308
New Contributors
3.5.3
Compare
Sorry, something went wrong.
No results found
3.5.2
Compare
Sorry, something went wrong.
No results found
Fix iOS locales isRTL value when its solely based on scriptCode
3.5.1
Compare
Sorry, something went wrong.
No results found
Set @expo/config-plugins as peer dependency
3.5.0
Compare
Sorry, something went wrong.
No results found
3.4.2
Compare
Sorry, something went wrong.
No results found
Update dependencies and example app to react-native 0.80 by @zoontek in #299
3.4.1
Compare
Sorry, something went wrong.
No results found
Don't include react-native-builder-bob emitted package.json in the release (fix #289 )
Add openAppLanguageSettings to the test mock