react-native-fast-image/react-native-fast-image-exa.../index.js

8 lines
179 B
JavaScript
Raw Normal View History

2018-09-23 22:24:06 +00:00
/** @format */
2018-03-18 00:36:40 +00:00
2018-09-23 22:24:06 +00:00
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);