@replyke/ui-core-react-native 4.0.0 → 4.0.5

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 (1) hide show
  1. package/package.json +24 -19
package/package.json CHANGED
@@ -1,30 +1,35 @@
1
1
  {
2
2
  "name": "@replyke/ui-core-react-native",
3
- "version": "4.0.0",
3
+ "version": "4.0.5",
4
4
  "author": "Replyke, maintained by Yanay Tsabary",
5
- "description": "Replyke React components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
5
+ "description": "Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.",
6
6
  "keywords": [
7
- "react",
8
- "social features",
9
- "comment section",
7
+ "replyke",
8
+ "authentication",
9
+ "social",
10
10
  "comments",
11
- "nested comments",
12
- "likes",
13
- "votes",
14
- "feeds",
15
- "user lists",
16
- "notifications",
17
- "interactive apps",
18
11
  "reactions",
19
- "content moderation",
12
+ "moderation",
13
+ "notifications",
14
+ "user-management",
15
+ "feed",
16
+ "lists",
17
+ "follows",
20
18
  "reporting",
21
- "mentions",
22
- "user interactions",
23
- "frontend tools",
24
- "social media",
25
- "replyke",
26
- "react-component"
19
+ "upvotes",
20
+ "downvotes",
21
+ "react-native",
22
+ "expo",
23
+ "typescript"
27
24
  ],
25
+ "bugs": {
26
+ "url": "https://discord.gg/A94q4kC6"
27
+ },
28
+ "homepage": "https://docs.replyke.com",
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/replyke/replyke-ui.git"
32
+ },
28
33
  "license": "MIT",
29
34
  "main": "dist/cjs/index.js",
30
35
  "module": "dist/esm/index.js",