-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MOB-10588] release-2-0-0-beta #623
Conversation
…act-native-sdk into MOB-10588-release-2-0-0-beta * 'MOB-10588-release-2-0-0-beta' of github.com:Iterable/react-native-sdk: docs: added common error to readme fix: removed indicator chore: removed console statement
Code Climate has analyzed commit 324aa31 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 37.9% (0.0% change). View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really solid @lposen
Added a nit pick comment
- Removed broken integration tests | ||
- Changed folder structure to prepare for it to be divided into multiple packages | ||
- Removed duplicate code | ||
- Made lint rules stricter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the one repeated as mentioned ⬆️
- [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | ||
- [react-native-webview](https://github.com/react-native-webview/react-native-webview) | ||
- Update exports to include components which previously were obtained via direct | ||
path. EG: Instead of `import IterableInbox from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
examples for breaking changes are indeed helpful 👍🏼
- **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](https://callstack.github.io/react-native-builder-bob/create) | ||
- Fixed linting issues and made lint rules stricter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made lint rules stricter
is mentioned below as well.
🔹 JIRA Ticket(s) if any
✏️ Description