An open API service indexing awesome lists of open source software.

https://github.com/vikrantnegi/react-native-searchable-flatlist

React native Flatlist with search header
https://github.com/vikrantnegi/react-native-searchable-flatlist

flatlist react react-native searchable

Last synced: 8 months ago
JSON representation

React native Flatlist with search header

Awesome Lists containing this project

README

          

# react-native-searchable-flatlist

Flatlist with searchable input header

Read article posted on [Medium](https://medium.com/@vikrantnegi/how-to-build-a-react-native-flatlist-with-realtime-searching-ability-81ad100f6699)

![alt tag](./assets/flatlist.gif)

## Installation

### npm modules

`npm install`
or
`yarn`

## Usage

`react-native run-ios`
or
`react-native run-android`

## Troubleshooting

#### `:CFBundleIdentifier` Error

- Try clearing the cache with the following command:

```
watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro* && rm -rf $TMPDIR/haste-*
```

## Donation

If this project helped you reduce time to develop, please consider buying me a cup of coffee :)

Buy Me A Coffee

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/E1E6Z0JL)