NOTE: This is a beta release of the SDK. Please contact Iterable support if
you have any questions or issues.
Fixes
- Updated React Native to
7.3.1. See the version
CHANGELOG for
further details. - Updated dependencies, including:
- Update exports to include components which previously were obtained via direct
path. EG: Instead ofimport IterableInbox from '@iterable/react-native-sdk/js/IterableInbox'
, you can now import it by doing
import {IterableInbox} from '@iterable/react-native-sdk'
.- NOTE: This is a breaking change. All nested imports will need to be updated.
- Replaced non-working sample application with a new example app
- Changed scaffolding to use react-native-builder-bob
- Fixed linting issues and made lint rules stricter
- Fixed unit tests
- Removed broken integration tests
- Changed folder structure to prepare for it to be divided into multiple packages
- Removed duplicate code
- Made lint rules stricter