I stored a few images in mySQL database. Now I want to get these images and assign to the variables in react native. Is it possible? For example in react native. var image1 = require(IMAGE1 from mySQL database);
I stored a few images in mySQL database.
Now I want to get these images and assign to the variables in react native.
Is it possible?
For example in react native.
var image1 = require(IMAGE1 from mySQL database);