Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help: usage with react-native-video #10

Open
aletorrado opened this issue Dec 1, 2018 · 1 comment
Open

Help: usage with react-native-video #10

aletorrado opened this issue Dec 1, 2018 · 1 comment

Comments

@aletorrado
Copy link

Hi, I've been trying to use this with react-native-video, to keep video playing while allowing it to be rendered anywhere. When using it this way, playback is restarted every time a different WhitePortal is used.

Is it possible to achieve a smooth playback transition between portals somehow?

Thanks!

@zenyr
Copy link
Owner

zenyr commented Feb 5, 2019

Pffft, I've been using my corporate GH account for wayy long time, didn't got this notification. I'm very sorry for the late response.

In short, current implement does not try to keep an instance of react component (regardless of it's a native one or not) at all.
So any mount/unmount/moving actions will affect child components. If that's a pure representation of a centralized store it should not be an issue, but yeah, this won't suit your use-case. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants