mirror of
https://github.com/status-im/react-native-popup-menu.git
synced 2026-08-31 12:01:18 +00:00
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import Demo from './Demo';
|
|
|
|
AppRegistry.registerComponent('examples', () => Demo);
|