From f9b7211eae28ddd6e15bc56ae7c26c3aac583e4f Mon Sep 17 00:00:00 2001 From: vishtree Date: Tue, 23 Feb 2021 07:45:43 +0100 Subject: [PATCH] Updated readme --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40f5816..001fa49 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ In react-native, [ScrollView](https://reactnative.dev/docs/scrollview) (and [Fla We built this wrapper for our in-house [react-native chat sdk](https://github.com/GetStream/stream-chat-react-native), but we are making it public, in case it helps other devs from react-native community. -**Note**: Doesn't support [Expo managed workflow](https://docs.expo.io/introduction/managed-vs-bare/#managed-workflow). There is a feature request open for expo - https://expo.canny.io/feature-requests/p/android-maintainvisiblecontentposition-on-flatlist (please upvote) +Before you proceed, please don't forget to also check other relevant packages, built at Stream: -**Credits**: Thanks to [stackia](https://github.com/stackia) for https://github.com/facebook/react-native/pull/29466#issuecomment-664367382 +- [react-native-bidirectional-infinite-scroll](https://github.com/GetStream/react-native-bidirectional-infinite-scroll) +- [stream-chat-react-native](https://github.com/GetStream/stream-chat-react-native) ## Example @@ -56,6 +57,15 @@ import { FlatList, ScrollView } from '@stream-io/flat-list-mvcp'; ``` +## Expo support + +This package doesn't support [Expo managed workflow](https://docs.expo.io/introduction/managed-vs-bare/#managed-workflow). There is a feature request open for expo - https://expo.canny.io/feature-requests/p/android-maintainvisiblecontentposition-on-flatlist (please upvote) + + +## Credits + +Thanks to [stackia](https://github.com/stackia) for https://github.com/facebook/react-native/pull/29466#issuecomment-664367382 + ## Contributing PRs for improvement are welcome :)