Skip to content

Commit da59fcb

Browse files
committed
ci: merge branch 'master' into 2.2.0-alpha/master
2 parents 7ae78b4 + 4e581b2 commit da59fcb

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.21
2+
## Fixes
3+
- Fixes an issue where react native components that use safe-area-context or react-navigation throw an error because the sdk's components try and use its own local node_modules instead of the consumer's project.
4+
5+
#### Added
6+
- Added a new configuration in IterableConfig, `IterablePushPlatform`, allowing developers to manually register a device as either sandbox or production. This provides greater control over push notification environments.
7+
18
## 1.3.20
29
## Fixes
310
- Fixes an issue where the iOS SDK incorrectly targeted the latest minor version instead of a fixed version, potentially causing breaking changes.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Iterable's React Native SDK relies on:
2121
- [react-native-vector-icons 10.2.0+](https://www.npmjs.com/package/react-native-vector-icons)
2222
- [react-native-webview 13.12.3+](https://www.npmjs.com/package/react-native-webview)
2323

24+
_UI Components require additional peer dependencies_
25+
- [React Navigation 6+](https://github.com/react-navigation/react-navigation)
26+
- [React Native Safe Area Context 4+](https://github.com/th3rdwave/react-native-safe-area-context)
27+
- [React Native Vector Icons 9+](https://github.com/oblador/react-native-vector-icons)
28+
- [React Native WebView 11+](https://github.com/react-native-webview/react-native-webview)
29+
2430
- **iOS**
2531
- Xcode 12+
2632
- [Deployment target 13.4+](https://help.apple.com/xcode/mac/current/#/deve69552ee5)
@@ -60,6 +66,7 @@ For quick reference, the following table lists the versions of the [Android SDK]
6066

6167
| RN SDK Version | Android SDK Version | iOS SDK Version |
6268
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------- |
69+
| [1.3.21](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.20) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.4](https://github.com/Iterable/swift-sdk/releases/tag/6.5.4)
6370
| [1.3.20](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.20) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.4](https://github.com/Iterable/swift-sdk/releases/tag/6.5.4)
6471
| [1.3.19](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.19) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.3](https://github.com/Iterable/swift-sdk/releases/tag/6.5.3)
6572
| [1.3.18](https://www.npmjs.com/package/@iterable/react-native-sdk/v/1.3.18) | [3.5.2](https://github.com/Iterable/iterable-android-sdk/releases/tag/3.5.2) | [6.5.3](https://github.com/Iterable/swift-sdk/releases/tag/6.5.3)

0 commit comments

Comments
 (0)