from #3545 When I put android_search_white.png in the same folder as JS files, and modify the searchBar.android.js as below
source={require('./android_search_white.png')}
the Movie app is running OK.
Why require('image!android_search_white') not work ?
I have checked the png files path, they are right in Examples/Movies/android/app/src/main/res/drawable-hdpi .