react-native-inappbrowser
react-native-inappbrowser copied to clipboard
fix: persist default settings
PR Checklist
- [x] The PR title follows our guidelines: https://github.com/proyecto26/react-native-inappbrowser/blob/main/CONTRIBUTING.md#pull-request-process.
- [ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
- [x] All existing tests are passing
- [x] Tests for the changes are included
What is the current behavior?
Opening an In App Browser with any configuration completely negates the defaults even if they are not overloaded.
What is the new behavior?
Opening an In App Browser now persists the defaults if they are not overloaded.
Fixes/Implements/Closes #[Issue Number].