React Native - Get all results from database with SQLite and pass it to flatlist #22767
Labels
Component: FlatList
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
I am using this library: https://github.com/andpor/react-native-sqlite-storage in my project.
I retrieve single row from database like this:
But now i want to fetch all data from database, and pass it to flatlist.
The text was updated successfully, but these errors were encountered: