Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Module Boilerplate



Build Status

## 📦 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
```