IjzerenHein / react-navigation-shared-element

React Navigation bindings for react-native-shared-element 💫
https://github.com/IjzerenHein/react-native-shared-element
MIT License
1.27k stars 124 forks source link

Is this repo compatible with TVOS? #213

Open nriccar opened 2 years ago

nriccar commented 2 years ago

Hello,

I would like to implement this with https://github.com/react-native-tvos/react-native-tvos.

Im getting this error, but not sure if its from being a TVOS project or something else. Screenshot 2021-11-02 at 17 48 56

conrad-vanl commented 2 years ago

I'm seeing the same error on iOS

conrad-vanl commented 2 years ago

fixed by installing these versions of react-navigation:

"@react-navigation/native": "^5.9.8",
"@react-navigation/stack": "^5.14.9",