File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments