Created
July 8, 2019 10:36
-
-
Save vikrantnegi/0d7ac2b2625585c5b4a06487248bf731 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import * as RNLocalize from "react-native-localize"; | |
import i18n from "i18n-js"; | |
import memoize from "lodash.memoize"; // Use for caching/memoize for better performance | |
import { | |
I18nManager, | |
SafeAreaView, | |
ScrollView, | |
StyleSheet, | |
Text, | |
View | |
} from "react-native"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment