-
Notifications
You must be signed in to change notification settings - Fork 101
[MOB-11441] Add CodePush Support #877
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
Conversation
android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java
Outdated
Show resolved
Hide resolved
215a780
to
e7fc704
Compare
b84bf34
to
4021d6b
Compare
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.
LGTM 👏
This issue has been automatically marked as pending feedback because we need additional information to be able to investigate it further. It will be closed in 7 days if it remains inactive. Thank you for your contributions. |
* Restructure Native Directory * Remove commented code * Fix imports in mocks
* Migrate the current IBGEventEmitter which uses the old NativeAppEventEmitter and DeviceEventEmitter to the new NativeEventEmitter which requires each module to have its own event emitter so the way we use emitter got restructured. * Eliminate NetworkLogger's event emitters usage by using callbacks.
This issue has been automatically closed since we haven't heard back from you. Please feel free to re-open the issue if you have more information to add. |
The upload scripts used to run while running both Unit and E2E CI jobs, resulting in more redundant time or unintended behavior. These scripts were disabled by: 1. Android: passing the `instabugUploadEnable` gradle property. 2. iOS: setting the `INSTABUG_SOURCEMAPS_UPLOAD_DISABLE` environment variable.
The old dantoml/danger:latest is updated 4 years ago, which makes it an obsolete image that lacks a lot of version upgrades.
The checkout step used to take around a minute due to the size of the repo (1 GB). With shallow checkouts, it gets down to one second.
Rename the current example directory to default, move it to a new examples directory, and adjust the paths where needed.
4021d6b
to
aae0e20
Compare
aae0e20
to
077f2ec
Compare
cca3288
to
9f07c2f
Compare
9f07c2f
to
bbb7a95
Compare
Description of the change
codePushLabel
property toInstabugConfig
and its native mappings on both platforms, along with the needed tests.Type of change
Related issues
Checklists
Development
Code review