Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. import React from "react";
  2. import * as RNLocalize from "react-native-localize";
  3. import i18n from "i18n-js";
  4. import memoize from "lodash.memoize"; // Use for caching/memoize for better performance
  5.  
  6. import {
  7. I18nManager,
  8. SafeAreaView,
  9. ScrollView,
  10. StyleSheet,
  11. Text,
  12. View
  13. } from "react-native";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement