Skip to content

2.0.0-beta

Latest
Compare
Choose a tag to compare
@evantk91 evantk91 released this 29 Jan 21:08
567fe70

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 of import 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