Skip to content

Commit

Permalink
Fix readme and updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Jan 11, 2021
1 parent 6e7ec9d commit cb16d0e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,30 @@ 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
- ### expo package

```sh
# For Expo apps
expo install expo-activity-feed expo-permissions expo-image-picker

```

### Native package
- ### Native package

```sh
# For apps with native code
Expand All @@ -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

Expand Down
8 changes: 4 additions & 4 deletions expo-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected].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==
[email protected].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"
Expand Down
8 changes: 4 additions & 4 deletions native-package/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==

[email protected].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==
[email protected].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"
Expand Down

0 comments on commit cb16d0e

Please sign in to comment.