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

property is not configurable error #233

Open
Bayramito opened this issue Apr 11, 2022 · 8 comments
Open

property is not configurable error #233

Bayramito opened this issue Apr 11, 2022 · 8 comments

Comments

@Bayramito
Copy link

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
Copy link

IjzerenHein/react-native-shared-element#76 (comment)
this helped my case

@thinhtt264
Copy link

thinhtt264 commented Mar 16, 2023

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

@minemos
Copy link

minemos commented Mar 17, 2023

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

Same here

@DomiR
Copy link

DomiR commented Mar 20, 2023

The console issue is tracked here:
software-mansion/react-native-reanimated#4225

@VivekkChudasama
Copy link

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
Copy link

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

@Tejasbagul007
Copy link

Tejasbagul007 commented Apr 20, 2023

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
Copy link

LeOndaz commented May 17, 2023

My issue was using something like

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

and width was not defined

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

9 participants