Skip to content

Commit 262f8ac

Browse files
authored
Merge pull request #415 from Iterable/MOB-5137-version-1.3.9
[MOB-5137] version 1.3.9
2 parents de89f4a + db4f41d commit 262f8ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
### 1.3.8
1+
## 1.3.9
22
### Added
33

4-
[Version 1.3.8](https://github.com/Iterable/react-native-sdk/releases/tag/1.3.7) of Iterable's React Native SDK makes it possible for iOS apps to store in- app messages in memory, rather than in an unencrypted local file. ([Version 1.3.7](https://github.com/Iterable/react-native-sdk/releases/tag/1.3.7) added this same support for Android.)
4+
[Version 1.3.9](https://github.com/Iterable/react-native-sdk/releases/tag/1.3.9) of Iterable's React Native SDK makes it possible for iOS apps to store in- app messages in memory, rather than in an unencrypted local file. ([Version 1.3.7](https://github.com/Iterable/react-native-sdk/releases/tag/1.3.7) added this same support for Android.)
55

66
To store in-app messages in memory on both iOS and Android, set `useInMemoryStorageForInApps` to `true`:
77

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iterable/react-native-sdk",
3-
"version": "1.3.8",
3+
"version": "1.3.9",
44
"description": "Iterable SDK for React Native.",
55
"main": "./js/index.js",
66
"types": "./js/index.d.ts",

0 commit comments

Comments
 (0)