react-native-sortable-list/examples/Horizontal/index.js
Timur Gibadullin ebbf4e5933 Update examples
2017-11-17 00:02:08 +03:00

5 lines
126 B
JavaScript

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