alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

Wix react-native-navigation v2 support? #139

Closed prabakarviji closed 2 years ago

prabakarviji commented 5 years ago

When trying to integrate sharing extension with react-native-navigation, we are getting this issue

com.example.extension.ExampleExtensionActivity cannot be cast to com.reactnativenavigation.NavigationActivity

mtzfactory commented 5 years ago

I tried as well without success... Make it work with react-native-navigation v2 would be amazing...

i25878427 commented 5 years ago

It is working with react-native-navigation v2 and not with v1 from my personal experience. (I tried it only on IOS)

prabakarviji commented 5 years ago

@i25878427 What about android?

i25878427 commented 5 years ago

I haven’t tried it but I believe it should work

prabakarviji commented 5 years ago

@i25878427 I tried it and it doesn't work as expected

mtzfactory commented 5 years ago

@i25878427 can you post an small example? Thanks

i25878427 commented 5 years ago

Just follow the installation guide for the SE and just use react-native-navigation v2 and not v1 and it should work for you ( you don't need to do anything special :) )

prabakarviji commented 5 years ago

@i25878427 Can you help me on this?

i25878427 commented 5 years ago

@prabakarviji What do you need? If it is Android related, I have no experience with it.

asleepace commented 5 years ago

any update on this?

isaachinman commented 5 years ago

@Asleepace What kind of update are you hoping for? This package is not actively maintained for the most part, and from the comments in this issue it seems to be a setup problem.

asleepace commented 5 years ago

@isaachinman just wondering if anyone managed to get this working with V2