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

property is not configurable error #233

Open Bayramito opened 2 years ago

Bayramito commented 2 years ago
Ekran Resmi 2022-04-11 12 49 14

I get these strange errors when i try to navigate from listing screen to the detail with react-navigation-shared-element.

DEV SETUP:

"react-native-shared-element": "^0.8.4",
"react-navigation-shared-element": "^3.1.3",
"react-native": "0.64.2",
"react-native-reanimated": "^2.6.0",
j-cheung commented 2 years ago

https://github.com/IjzerenHein/react-native-shared-element/issues/76#issuecomment-1022873439 this helped my case

thinhtt264 commented 1 year ago

i get these when i copied code examp form react native bottom tab image image

minemos commented 1 year ago

i get these when i copied code examp form react native bottom tab image image

Same here

DomiR commented 1 year ago

The console issue is tracked here: https://github.com/software-mansion/react-native-reanimated/issues/4225

VivekkChudasama commented 1 year ago

Same here How to resolve this ??

### "@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"axios": "^1.3.4",
"moment": "^2.29.4",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-gesture-handler": "^2.9.0",
"react-native-reanimated": "^3.0.2",
yasintorun commented 1 year ago

I got the same issue. I didn't use a key in the map function, which was causing this issue.

Tejasbagul007 commented 1 year ago

You Just Save App.js and the metro again and reload R it... This works for me. Basically, I think we have to focus on wrapping part for Such a issues.

LeOndaz commented 1 year ago

My issue was using something like

const styles = Stylesheet.create({
    root: {
       width,
    }
})

and width was not defined