Error once import react-native-vector-icons with version 0.52.2
See original GitHub issueimport 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:
- Created 6 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
在项目根目录下执行命令
rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json
try run command >> killall node