mirror of https://github.com/tooot-app/app
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
|
import { AppRegistry } from 'react-native'
|
||
|
import ShareExtension from './src/ShareExtension'
|
||
|
|
||
|
AppRegistry.registerComponent('ShareMenuModuleComponent', () => ShareExtension)
|