Files
react-native-card-stack-swiper/Example/index.js
Ludwig Händel 26398ff24e New example
2017-12-03 21:34:36 -08:00

5 lines
123 B
JavaScript

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