mirror of
https://github.com/tooot-app/app
synced 2025-03-03 02:58:05 +01:00
5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
|
import { AppRegistry } from 'react-native'
|
||
|
import ShareExtension from './src/ShareExtension'
|
||
|
|
||
|
AppRegistry.registerComponent('ShareMenuModuleComponent', () => ShareExtension)
|