have many errors of this type;
Requiring unknown module "../../assets/icons/color/user.png".If you are sure the module is there, try restarting the packager or running "npm install"
I did run npm install but it doesn't changed anything.
EDIT: I thought user.png was an asset embeded into the library but it is only an asset used in example, which explains why the app can't find it in the lib assets folder. Sorry did not pay enough attention
have many errors of this type;
Requiring unknown module "../../assets/icons/color/user.png".If you are sure the module is there, try restarting the packager or running "npm install"
I did runnpm install
but it doesn't changed anything.EDIT: I thought user.png was an asset embeded into the library but it is only an asset used in example, which explains why the app can't find it in the lib assets folder. Sorry did not pay enough attention