If we want to use an image in React-Native js from Images.xcassets, we simply provide the image name as URI - for eg.
<Image style = {styles.someStyle} source = {{uri:'addImage.png'}}> But what if we have a custom created .xcassets ? How can that imageset be accessed from the RN js ?