We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);