React-native-splash-screen: No resource found that matches the given name (at 'background' with value '@drawable/launch_screen')

Created on 4 Apr 2017  路  3Comments  路  Source: crazycodeboy/react-native-splash-screen

Most helpful comment

on your 'res' folder, create a 'drawable' folder. put your splash screen png file there and name it 'launch_screen.png'

All 3 comments

on your 'res' folder, create a 'drawable' folder. put your splash screen png file there and name it 'launch_screen.png'

````
//remove

//add


```

thank tishad770. you've saved my life

Was this page helpful?
0 / 5 - 0 ratings