We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776c8aa commit 86b6ebdCopy full SHA for 86b6ebd
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+node_js:
3
+ - 9
4
+ - 8
5
+script:
6
+ - yarn lint
7
+ - yarn flow
8
+ - yarn docs
README.md
@@ -1,5 +1,8 @@
# Stream React Native Activity Feed Components
+[](https://www.npmjs.com/package/react-native-activity-feed)
+[](https://travis-ci.org/GetStream/react-native-activity-feed)
+

The official React Native integration library for Stream, a web service for building scalable newsfeeds and activity streams.
0 commit comments