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
- Host: GitHub
- URL: https://github.com/vikrantnegi/react-native-searchable-flatlist
- Owner: vikrantnegi
- Created: 2018-08-10T09:59:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:35:11.000Z (over 3 years ago)
- Last Synced: 2024-06-11T21:51:36.362Z (about 2 years ago)
- Topics: flatlist, react, react-native, searchable
- Language: Objective-C
- Homepage: https://medium.com/@vikrantnegi/how-to-build-a-react-native-flatlist-with-realtime-searching-ability-81ad100f6699
- Size: 3.88 MB
- Stars: 107
- Watchers: 4
- Forks: 52
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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)

## 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 :)
[](https://ko-fi.com/E1E6Z0JL)
