mirror of
https://github.com/zhigang1992/react-native-card-stack-swiper.git
synced 2026-06-10 23:59:38 +08:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('Example', () => App);
|