Skip to content

Commit eb2869e

Browse files
authored
Update README.md
1 parent a5fd5db commit eb2869e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ If you want to vote for the next functionality [here](http://etc.ch/HMjy)
44

55
UI component for React Native that allows to create a listview with N levels of nesting
66

7-
![platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS-brightgreen.svg?style=flat-square)
7+
![platforms](https://img.shields.io/badge/platforms-Android%20%7C%20iOS%20%7C%20Expo-brightgreen)
88
[![CircleCI](https://circleci.com/gh/fjmorant/react-native-nested-listview.svg?style=shield)](https://circleci.com/gh/fjmorant/react-native-nested-listview)
99
[![codecov](https://codecov.io/gh/fjmorant/react-native-nested-listview/branch/master/graph/badge.svg)](https://codecov.io/gh/fjmorant/react-native-nested-listview)
1010
[![npm](https://img.shields.io/npm/v/react-native-nested-listview.svg?style=flat-square)](https://www.npmjs.com/package/react-native-nested-listview)
@@ -75,7 +75,7 @@ const data = [{title: 'Node 1', items: [{title: 'Node 1.1'}, {title: 'Node 1.2'}
7575

7676
## Examples
7777

78-
You can find examples [here](https://github.com/fjmorant/react-native-nested-listview-examples).
78+
You can find examples [here](https://github.com/fjmorant/react-native-nested-listview-examples) and also an Expo project [here](https://github.com/fjmorant/react-native-nested-listview-examples-expo)
7979

8080
| Version App | React Native | Library |
8181
| ----------- | ------------ | ------- |

0 commit comments

Comments
 (0)