@replyke/expo 4.0.1 → 4.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Replyke Core
1
+ # Replyke Core - Expo
2
2
 
3
3
  > **Note:** This package is built for Expo-managed React Native projects. It provides a fully compatible integration with Expo's ecosystem while leveraging `@replyke/core` internally. Use this instead of `@replyke/react-native` if you are working within an Expo project.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@replyke/expo",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "author": "Replyke, maintained by Yanay Tsabary",
5
5
  "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "homepage": "https://docs.replyke.com",
40
40
  "dependencies": {
41
- "@replyke/core": "4.0.1"
41
+ "@replyke/core": "4.0.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "expo-secure-store": "^14.0.1"