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

Error: Attemping to change the getter of an unconfigurable property #5

Open
borgogelli opened this issue Dec 5, 2019 · 5 comments
Open

Comments

@borgogelli
Copy link

Expo Sdk 34.0
Expo CLI 3.9.1 environment info:
System:
OS: Windows 10
Binaries:
Yarn: 1.9.0-20180706.1017 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD

@mritzman-dg
Copy link

I'm getting the same error on my iOS emulator as well as soon as I add the following import:

import { ImageBrowser } from "expo-multiple-media-imagepicker";

Screen Shot 2020-01-24 at 5 37 14 PM

Environment:

Expo SDK: 35
Expo CLI: 3.11.1
npm: 6.9.0,
OS: macOS Mojave 10.14.6

package.json:

"expo": "^35.0.0",
"expo-media-library": "~7.0.0"

On my Android emulator I get a CodedError issue:

Screen Shot 2020-01-24 at 5 37 35 PM

@Prerna1809
Copy link

@borgogelli Have you found a solution to the above problem, as I am stuck as well.

@julio16j
Copy link

julio16j commented May 7, 2020

same Issue occur on my app

@r0adrunner
Copy link

Same here, does not even need to add import, just install the package, app just breaks

@r0adrunner
Copy link

@julio16j @Prerna1809 @borgogelli @mritzman-dg
Found solution by copying this lib's js files into the project and using them. So seems like a package dependency issue

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

5 participants