FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

assets not found #73

Closed ramsestom closed 8 years ago

ramsestom commented 8 years ago

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