The development server returned response error code: 500
URL: http: //10.0.2.2:8081/index.android.delta?platform=android&dev=true&minify=false
Body: {
"originModulePath": "G:\ReactNative\pApp\node_modules\react-native-elements\src\helpers\getIconType.js",
"targetModuleName": "react-native-vector-icons/Feather",
"message": "Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*.",
"errors": [
{
"description": "Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*."
}
],
"name": "Error",
"stack": "Error: Unable to resolve module react-native-vector-icons/Feather from G:\\ReactNative\\pApp\\node_modules\\react-native-elements\\src\\helpers\\getIconType.js: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n 1. Clear watchman watches: watchman watch-del-all.\n 2. Delete the node_modules folder: rm -rf node_modules && npm install.\n 3. Reset Metro Bundler cache: rm -rf /tmp/metro-bundler-cache-* or npm start -- --reset-cache. 4. Remove haste cache: rm -rf /tmp/haste-map-react-native-packager-*.\n at ModuleResolver.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph\ModuleResolution.js:158:1476)\n at ResolutionRequest.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph\ResolutionRequest.js:92:16)\n at DependencyGraph.resolveDependency (G:\ReactNative\pApp\node_modules\metro\src\node-haste\DependencyGraph.js:271:4465)\n at dependencies.map.relativePath (G:\ReactNative\pApp\node_modules\metro\src\DeltaBundler\traverseDependencies.js:379:19)\n at Array.map (
}
processBundleResult
BundleDownloader.java: 231
access$100
BundleDownloader.java: 37
onResponse
BundleDownloader.java: 204
execute
RealCall.java: 135
run
NamedRunnable.java: 32
runWorker
ThreadPoolExecutor.java: 1133
run
ThreadPoolExecutor.java: 607
run
Thread.java: 761
I have same problem.
Is there any workaround in this time?
same problem
I think we need to update version v.4.4.0(minimum) to use Feather Icons
same problem
same problem
@gperfran @eltonxue please install latest version or min v.4.4.0 to support Feather Icons

i have above problem

I have the same issue when I uncomment the line: import { List, ListItem } from "react-native-elements";
I get the following error:
Loading dependency graph, done.
error: bundling failed: Error: Unable to resolve module react-native-vector-icons/Feather from C:\Ofir\react-native-facebook\Projects\test6Project\node_modules\react-native-elements\src\helpers\getIconType.js: Module react-native-vector-icons/Feather does not exist in the Haste module map
@gperfran @eltonxue please install latest version or min v.4.4.0 to support Feather Icons
Same problem with latest version
remove the libraries
"react-native-linear-gradient": "^2.5.6",
"react-native-vector-icons": "^4.5.0",
and then Reload (cmd+R) the app
Most helpful comment
@gperfran @eltonxue please install latest version or min v.4.4.0 to support Feather Icons