question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error once import react-native-vector-icons with version 0.52.2

See original GitHub issue

import Icon from 'react-native-vector-icons/FontAwesome';

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
fightingljmcommented, Jul 28, 2018

在项目根目录下执行命令 rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json

3reactions
nguyenvanphuc2203commented, Mar 22, 2018

try run command >> killall node

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting Error with react native Vector icons, using it in Project
In your case, I think the problem is how you import components. Try to change import Icon from "react-native-vector-icons/MaterialIcons";.
Read more >
react-native-vector-icons - npm
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.. Latest version: 9.2.0, last published: 6 ...
Read more >
Integration with Existing Apps - React Native
React Native is great when you are starting a new mobile app from scratch. However, it also works well for adding a single...
Read more >
React Native Vector Icons - iOS And Android Setup - YouTube
Title: React Native Vector Icons - iOS And Android SetupCode Big ...
Read more >
react-native-vector-icons: Icons and fonts for React Native apps
Seriously, if you know of one in the App Store, drop me a comment with a link — I'm curious! In this React...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found