can I fetch and assign image from mySQL database to React Native variable? #19706
Labels
🌐Networking
Related to a networking API.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
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);
The text was updated successfully, but these errors were encountered: