UNPKG

react-native-locale-utils

Version:
15 lines (11 loc) 254 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React from 'react'; import { AppRegistry, } from 'react-native'; import App from './app'; AppRegistry.registerComponent('LocaleUtilsExample', () => App);