FlatList Search

Hi,

I’m trying to find the best approach to search data and render in a FlatList. The data is all stored within the app, so isn’t using an online database.

The search will need filter by categories, test data can be found below;

 "Beer Garden?": true,
"Pool Table?": false,
"Darts?": false,
"Food Served?": true,
"Car Park?": true,
"Free WiFI?": false,
"Function Room?": true,
"Smoking area?": true,
"Juke Box?": false,

Looking forward to any guidance!

Hi @codetopixels! Do you have any code trying this yet? People are more likely to help if there’s a specific issue you ran into.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.