1
0
mirror of https://github.com/tooot-app/app synced 2025-03-03 02:58:05 +01:00
tooot/index.share.js

5 lines
174 B
JavaScript
Raw Normal View History

2022-05-02 22:31:22 +02:00
import { AppRegistry } from 'react-native'
import ShareExtension from './src/ShareExtension'
AppRegistry.registerComponent('ShareMenuModuleComponent', () => ShareExtension)