-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not taking local Image path #178
Comments
Try passing image as base64 string |
do i need to convert the image to base64 and pass on ? |
i tried convert the .png to base64 and passed to it but still its not working |
You can also pass local image as |
base64 is working but
|
By UIImage instance, I mean passing reference to image under the same key, i.e. image. something like this:
|
@pronav |
if i am giving local image path the image is not loading, but if load image from network it is working fine
react-native: 0.50.4
rect-native-razorpay: 2.0.20
The text was updated successfully, but these errors were encountered: