mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Sharing works in simulator
This commit is contained in:
4
index.share.js
Normal file
4
index.share.js
Normal file
@ -0,0 +1,4 @@
|
||||
import { AppRegistry } from 'react-native'
|
||||
import ShareExtension from './src/ShareExtension'
|
||||
|
||||
AppRegistry.registerComponent('ShareMenuModuleComponent', () => ShareExtension)
|
Reference in New Issue
Block a user