you might want to look visit https://facebook.github.io/react-native/docs/image.html#adding-static-resources-to-your-android-app for you query, basically you set up you code like <Image source={require('./ res/check.png')} />
using the JS files and putting your images in the drawable folders e.g check.png in android/app/src/main/res/drawable-hdpi
↧
Answer by life evader for Anyone success in using local image in react native for Android?
↧