@amityco/ts-sdk-react-native 6.35.0 → 6.35.2-412ed8b.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ```js
3
- * import { onReactorAddedLocal } from '@amityco/ts-sdk-react-native'
3
+ * import { onReactorAddedLocal } from '@amityco/ts-sdk'
4
4
  * const dispose = onReactorAdded('post', postId, reactor => {
5
5
  * // ...
6
6
  * })
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ```js
3
- * import { onReactorRemovedLocal } from '@amityco/ts-sdk-react-native'
3
+ * import { onReactorRemovedLocal } from '@amityco/ts-sdk'
4
4
  * const dispose = onReactorRemoved('post', postId, reactor => {
5
5
  * // ...
6
6
  * })
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * ```js
3
- * import { getReactions } from '@amityco/ts-sdk-react-native'
3
+ * import { getReactions } from '@amityco/ts-sdk'
4
4
  *
5
5
  * let reactions = []
6
6
  * const unsub = liveReactions({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amityco/ts-sdk-react-native",
3
- "version": "6.35.0",
3
+ "version": "6.35.2-412ed8b.0",
4
4
  "license": "CC-BY-ND-4.0",
5
5
  "author": "amity.co <developers@amity.co> (https://amity.co)",
6
6
  "description": "Amity Social Cloud Typescript SDK",
@@ -80,6 +80,6 @@
80
80
  "ts-jest": "^28.0.3"
81
81
  },
82
82
  "peerDependencies": {
83
- "react-native": "*"
83
+ "react-native": ">=0.70.13"
84
84
  }
85
85
  }
@@ -5,7 +5,7 @@ import { prepareMessagePayload } from '~/messageRepository/utils';
5
5
 
6
6
  /**
7
7
  * ```js
8
- * import { onReactorAddedLocal } from '@amityco/ts-sdk-react-native'
8
+ * import { onReactorAddedLocal } from '@amityco/ts-sdk'
9
9
  * const dispose = onReactorAdded('post', postId, reactor => {
10
10
  * // ...
11
11
  * })
@@ -5,7 +5,7 @@ import { prepareMessagePayload } from '~/messageRepository/utils';
5
5
 
6
6
  /**
7
7
  * ```js
8
- * import { onReactorRemovedLocal } from '@amityco/ts-sdk-react-native'
8
+ * import { onReactorRemovedLocal } from '@amityco/ts-sdk'
9
9
  * const dispose = onReactorRemoved('post', postId, reactor => {
10
10
  * // ...
11
11
  * })
@@ -9,7 +9,7 @@ import { ReactionLiveCollectionController } from './ReactionLiveCollectionContro
9
9
  */
10
10
  /**
11
11
  * ```js
12
- * import { getReactions } from '@amityco/ts-sdk-react-native'
12
+ * import { getReactions } from '@amityco/ts-sdk'
13
13
  *
14
14
  * let reactions = []
15
15
  * const unsub = liveReactions({