Monday 1 May 2017

back-icon@1.5x.android.png' could not be found - React-Native

If i try to run my React-Native project on an Android I receive the following error (using node.js).

error: bundling: Error: 'node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/assets/back-icon@1.5x.android.png' could not be found, because 'node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/assets' is not a subdirectory of any of the roots ('/home/sirhennihau/Workspace/next') at /home/sirhennihau/Workspace/next/node_modules/react-native/packager/src/AssetServer/index.js:181:13 Bundling index.android.js 100.0% (411/411), failed. Error: 'node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/assets/back-icon@1.5x.android.png' could not be found, because 'node_modules/react-native/Libraries/CustomComponents/NavigationExperimental/assets' is not a subdirectory of any of the roots ('/home/sirhennihau/Workspace/next') at /home/sirhennihau/Workspace/next/node_modules/react-native/packager/src/AssetServer/index.js:181:13

My code doesn't use any "1.5x.android.png" or any related content from the error message.

Someone knows this issue and its solution?

Thanks in advance.



via Sir hennihau

No comments:

Post a Comment