mirror of
https://github.com/status-im/react-native-emoji-picker.git
synced 2026-08-31 04:11:09 +00:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
const React = require('react-native');
|
|
const { AppRegistry, } = React;
|
|
const Example = require('./Example');
|
|
|
|
AppRegistry.registerComponent('Example', () => Example);
|