mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-09-02 06:41:06 +00:00
5 lines
151 B
JavaScript
5 lines
151 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('ReactNativeFastImageCocoapodExample', () => App);
|