Skip to content

Instantly share code, notes, and snippets.

@vikrantnegi
Created July 8, 2019 10:36
Show Gist options
  • Save vikrantnegi/0d7ac2b2625585c5b4a06487248bf731 to your computer and use it in GitHub Desktop.
Save vikrantnegi/0d7ac2b2625585c5b4a06487248bf731 to your computer and use it in GitHub Desktop.
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