Instabug-React-Native
Instabug-React-Native copied to clipboard
In-app feedback and bug reporting tool for React Native
## Description of the change Symlinks the Instabug SDK in the sample app's `node_modules` instead of copying the whole Instabug-React-Native repo files again in the `node_modules` folder. ## Benefits -...
### Steps to Reproduce the Problem While building the app for iOS, getting below warning: After building the app, below error is coming on metro bundler: ### Expected Behavior Should...
## Description of the change Update dependabot interval ## Type of change - [ ] Bug fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change...
Bumps [metro-react-native-babel-preset](https://github.com/facebook/metro) from 0.51.1 to 0.72.0. Release notes Sourced from metro-react-native-babel-preset's releases. Release v0.72.0 [Breaking] Enable React 17 new JSX transform (facebook/metro#848 by @danilobuerger) [Breaking] Add watcher.additionalExts option, enable inclusion...
## Description of the change ### Android * Use a more type-safe implementation instead of `getDeserializedValue` and `getRawValue`. * Centralize the constant conversion logic in one place, instead of the...
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.3.2 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....
### Steps to Reproduce the Problem Show Feedback Form ``` BugReporting.showWithOptions(BugReporting.reportType.feedback, [ BugReporting.option.emailFieldOptional, ]); ``` When the form is submitted listen for it ``` BugReporting.onSDKDismissedHandler(function(dismissType, reportType) { if (dismissType ===...
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) Commits c6bdaca Version...
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 Commits See full...