diff --git a/README.md b/README.md index cb1882f1..d77aa9df 100644 --- a/README.md +++ b/README.md @@ -21,27 +21,23 @@ building scalable newsfeeds and activity streams. - Activity detail view - Realtime notifications -## Useful links +## 🔗 Quick Links -[Get Started](https://getstream.io/react-native-activity-feed/tutorial/) - -[Example app](https://github.com/GetStream/react-native-example) - -[Component reference docs](https://getstream.github.io/react-native-activity-feed/) - -[Internationalisation (i18n)](https://getstream.github.io/react-native-activity-feed/#internationalisation-i18n) +- [Get Started](https://getstream.io/react-native-activity-feed/tutorial/) +- [Example app](https://github.com/GetStream/react-native-example) +- [Component reference docs](https://getstream.github.io/react-native-activity-feed/) +- [Internationalisation (i18n)](https://getstream.github.io/react-native-activity-feed/#internationalisation-i18n) ## 🔮 Example Apps - [Expo example](https://github.com/GetStream/react-native-activity-feed/tree/master/examples/expo#expo-example) - [Native example](https://github.com/GetStream/react-native-activity-feed/tree/master/examples/expo#native-example) +- [Complete social networking app](https://github.com/GetStream/react-native-example) ## 🛠 Installation ### expo package -#### Install the dependency - ```sh # For Expo apps expo install expo-activity-feed expo-permissions expo-image-picker @@ -59,7 +55,7 @@ npx pod-install **Note** If you are planning to use the image picker functionality, there are some additional steps to be done. You can find them here - https://github.com/ivpusic/react-native-image-crop-picker/blob/v0.25.0/README.md#install -## Usage & Activity Feed setup +## 💻 Usage & Activity Feed setup ### Setup StreamApp component diff --git a/expo-package/yarn.lock b/expo-package/yarn.lock index 2ec3c6d2..8ea76456 100644 --- a/expo-package/yarn.lock +++ b/expo-package/yarn.lock @@ -6785,10 +6785,10 @@ react-lifecycles-compat@^3.0.0: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-native-activity-feed-core@v1.0.0-dev.0: - version "1.0.0-dev.0" - resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-dev.0.tgz#87617549b0822abce2797e6cf4677edf86f1148d" - integrity sha512-cVaJ8ywkzei7n39WFyhAKuv5XR/jT0QJx70f9GH5FhSwVz3T957G1sKIfxVsqRg1PBGmmDq/mz66i0CfhFzoaw== +react-native-activity-feed-core@v1.0.0-dev.1: + version "1.0.0-dev.1" + resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-dev.1.tgz#f1e2e7f6ce83c50d76b4c6fea4eb099c727ee99a" + integrity sha512-tI0wAfhZT5g5nzuU4KceuI5Y7HJ/BD1ij9Toz0BJULdFTbq9NI3pFH9pkOdTzqxMp/+584N9+UDzEA0ryGQkzA== dependencies: dayjs "^1.8.23" es6-symbol "^3.1.1" diff --git a/native-package/yarn.lock b/native-package/yarn.lock index 1b2a1f5c..9f07c97c 100644 --- a/native-package/yarn.lock +++ b/native-package/yarn.lock @@ -6848,10 +6848,10 @@ react-lifecycles-compat@^3.0.0: resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== -react-native-activity-feed-core@v1.0.0-dev.0: - version "1.0.0-dev.0" - resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-dev.0.tgz#87617549b0822abce2797e6cf4677edf86f1148d" - integrity sha512-cVaJ8ywkzei7n39WFyhAKuv5XR/jT0QJx70f9GH5FhSwVz3T957G1sKIfxVsqRg1PBGmmDq/mz66i0CfhFzoaw== +react-native-activity-feed-core@v1.0.0-dev.1: + version "1.0.0-dev.1" + resolved "https://registry.yarnpkg.com/react-native-activity-feed-core/-/react-native-activity-feed-core-1.0.0-dev.1.tgz#f1e2e7f6ce83c50d76b4c6fea4eb099c727ee99a" + integrity sha512-tI0wAfhZT5g5nzuU4KceuI5Y7HJ/BD1ij9Toz0BJULdFTbq9NI3pFH9pkOdTzqxMp/+584N9+UDzEA0ryGQkzA== dependencies: dayjs "^1.8.23" es6-symbol "^3.1.1"