Sami
Sami
Same here... Help please
@nandorojo Thank you so much!! This library is also available for `react-navigation v5`: https://github.com/IjzerenHein/react-navigation-shared-element/blob/navigation-v5/README.md
Please consider implementing this! It would be so useful!
Found a useful answer on this question: https://github.com/xotahal/react-native-motion/issues/6#issuecomment-573718111
You can manipulate the props through `setNativeProps` In your render function : ``` ( ), }} /> ``` To toggle play/pause: `videoRef?.current?.setNativeProps({ paused: true })` For those who don't use...
Is it planned to make Viro compatible with React Native versions greater than 0.59.9 in the future ?
Thank you so much, I didn't knew there was a `@viro-community` package !!
This answer solved my problem https://github.com/ViroCommunity/viro/issues/25#issuecomment-862032093
This answer solved this problem for me: https://github.com/viromedia/viro/issues/248#issuecomment-385126647
Same error happened to me on `v3.6.9`. Going back to `v3.5.1` seems to solve this issue.