Skip to content

Instantly share code, notes, and snippets.

View MrEdinLaw's full-sized avatar

MrEdinLaw MrEdinLaw

View GitHub Profile
import React, { Component } from 'react';
import { StyleSheet, Text, View, Button } from 'react-native';
import RNLanguages from 'react-native-languages';
import i18n from 'i18n-js';
import en from './translations/en.json';
import fr from './translations/fr.json';
import de from './translations/de.json';
type Props = {};