Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 393 Bytes

localization.md

File metadata and controls

19 lines (12 loc) · 393 Bytes

Localization handbook

offical react-native-localization

Install Localization package in the project

$    yarn add react-native-localization

Usage

Example

import { Strings } from "./components/strings";

<Text style={styles.x}> {Strings.CodePush.ChangeLogs} </Text>;