Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumemorin/react-native-flat-list
react-native flat list component
https://github.com/guillaumemorin/react-native-flat-list
Last synced: about 1 month ago
JSON representation
react-native flat list component
- Host: GitHub
- URL: https://github.com/guillaumemorin/react-native-flat-list
- Owner: guillaumemorin
- Created: 2018-05-07T14:42:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T15:07:51.000Z (over 3 years ago)
- Last Synced: 2023-03-24T04:47:40.586Z (almost 2 years ago)
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Module Boilerplate
## 📦 Usage
### Build
Run tests, lint and create babelified files into /dist folder.
```
npm run build
```### Watch
Watch source files and rebuilds on any change.
```
npm run watch
```### Lint
Run eslint on /src folder
```
npm run lint
```
### Tests
Run tests on /src folder with Jest
```
npm run watch
```### Coverage
Get tests coverage
```
npm run coverage
```