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

i cant import any icon PLEASE HELP!! UBUNTU elementary os #635

Closed
Drakezair opened this issue Jan 23, 2018 · 4 comments
Closed

i cant import any icon PLEASE HELP!! UBUNTU elementary os #635

Drakezair opened this issue Jan 23, 2018 · 4 comments

Comments

@Drakezair
Copy link

ill ready link the asset but when i try import a icons return this error

The development server returned response error code: 500

URL: http://10.0.3.2:8081/index.delta?platform=android&dev=true&minify=false&deltaBundleId=0

Body:
{"type":"InternalError","errors":[],"message":"Metro Bundler has encountered an internal error, please check your terminal error output for more details"}
processBundleResult
BundleDownloader.java:242
access$100
BundleDownloader.java:41
onResponse
BundleDownloader.java:208
execute
RealCall.java:135
run
NamedRunnable.java:32
runWorker
ThreadPoolExecutor.java:1113
run
ThreadPoolExecutor.java:588
run
Thread.java:818

im running in ubuntu 16.0.0 lts (elementary os )
java oracle 1.8.0_161
npm 5.6.0
yarn 1.3.2

i try:

yarn install --production
reinstall dependencies

please i need heelp

thanks

@ZackTRobertson
Copy link

I believe the issue is due to the the new Metro Bundler that was introduced in RN 0.52.0. I ran into the same issue and solved it by starting a new project using version 0.51.0 and simply copying over all my assets.

If you must use 0.52.0 then you'll need to look into some of the stopgap measures people have developed to mitigate this issue until a fix is applied by either this dependency or by facebook:

#626

@soorajvnair
Copy link

@Drakezair Yes, did you use react-native link at some point, don't use that, go for the manual route, and make sure you copy all of the assets, that's the only way it's working with the latest version.

@MoOx
Copy link
Contributor

MoOx commented Feb 2, 2018

Dup of #626
it's an RN issue facebook/react-native#17610
Will be fixed by facebook/react-native#17672
Workaround #626 (comment)

@Waqas-Jani
Copy link

i have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants