mirror of
https://github.com/zhigang1992/react-native-swipeout.git
synced 2026-06-15 02:19:37 +08:00
7 lines
170 B
JavaScript
Executable File
7 lines
170 B
JavaScript
Executable File
import SwipeoutExample from './SwipeoutExample';
|
|
import {
|
|
AppRegistry,
|
|
} from 'react-native';
|
|
|
|
AppRegistry.registerComponent('swipeoutExample', () => SwipeoutExample);
|