You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replaced non-working sample application with a new example app
15
+
- Changed scaffolding to use [react-native-builder-bob](https://callstack.github.io/react-native-builder-bob/create)
16
+
- Fixed linting issues and made lint rules stricter
17
+
- Fixed unit tests
18
+
- Removed broken integration tests
19
+
- Changed folder structure to prepare for it to be divided into multiple packages
20
+
- Removed duplicate code
21
+
- Made lint rules stricter
22
+
1
23
## 1.3.21
2
24
## Fixes
3
25
- 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.
This release deprecates `androidSdkUseInMemoryStorageForInApps`, which was introduced in version 1.3.7, and replaces it with `useInMemoryStorageForInApps`. However, for now:
69
91
70
-
- Android apps store in-app messages in memory if `useInMemoryStorageForInApps` is `true`, `androidSdkUseInMemoryStorageForInApps` is `true`, or if both are `true`.
92
+
- Android apps store in-app messages in memory if `useInMemoryStorageForInApps` is `true`, `androidSdkUseInMemoryStorageForInApps` is `true`, or if both are `true`.
71
93
72
94
- iOS apps store in-app messages in memory if `useInMemoryStorageForInApps` is `true`. `androidSdkUseInMemoryStorageForInApps` does not affect iOS apps.
73
95
@@ -93,7 +115,7 @@ storing them at rest:
93
115
messages at rest—before or after this update.)
94
116
95
117
When a user upgrades to a version of your app that uses this version of the SDK
96
-
(or higher), the fields shown above are encrypted. No data that's already stored
118
+
(or higher), the fields shown above are encrypted. No data that's already stored
97
119
is lost.
98
120
99
121
For more information about this encryption in iOS, examine the source code for
@@ -118,16 +140,16 @@ them at rest:
118
140
(Note that, in Android apps, Iterable's React Native SDK does not store the last
119
141
push payload at rest—before or after this update.)
120
142
121
-
For more information about this encryption in Android, examine the source code
143
+
For more information about this encryption in Android, examine the source code
122
144
for Iterable's Android SDK (upon which the React Native SDK relies):
0 commit comments