1
0
mirror of https://github.com/tooot-app/app synced 2025-02-18 04:40:57 +01:00
tooot/index.share.js
2022-05-02 22:31:22 +02:00

5 lines
174 B
JavaScript

import { AppRegistry } from 'react-native'
import ShareExtension from './src/ShareExtension'
AppRegistry.registerComponent('ShareMenuModuleComponent', () => ShareExtension)