Files
react-native-fast-image/ReactNativeFastImageCocoapodExample/index.js
T

5 lines
151 B
JavaScript

import { AppRegistry } from 'react-native';
import App from './App';
AppRegistry.registerComponent('ReactNativeFastImageCocoapodExample', () => App);