Skip to content

Commit 5c98442

Browse files
committed
docs: updated changelog
1 parent 69dcac5 commit 5c98442

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ you have any questions or issues.
1111
- [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context)
1212
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons)
1313
- [react-native-webview](https://github.com/react-native-webview/react-native-webview)
14+
- Update exports to include components which previously were obtained via direct
15+
path. EG: Instead of `import IterableInbox from
16+
'@iterable/react-native-sdk/js/IterableInbox'`, you can now import it by doing
17+
`import {IterableInbox} from '@iterable/react-native-sdk'`.
18+
- **NOTE**: This is a breaking change. All nested imports will need to be updated.
1419
- Replaced non-working sample application with a new example app
1520
- Changed scaffolding to use [react-native-builder-bob](https://callstack.github.io/react-native-builder-bob/create)
1621
- Fixed linting issues and made lint rules stricter

0 commit comments

Comments
 (0)