feat: expose webview-as-a-service - #202
Open
isouravganguly wants to merge 10 commits into
Open
Conversation
Release/v7.4.4
* bump Loans SDK to dark-theme internal release (Android 5.1.4-91, iOS … (#195) * bump Loans SDK to dark-theme internal release (Android 5.1.4-91, iOS 7.1.2-44) * chore(loans): bump loans SDK pin to sdk-sourav-native-dark-theme-cb54bf9 (5.1.4-92-release) * fix(proguard): drop stale loans repackage workaround, keep R8 full mode on * chore: update Loans native SDK dependencies * chore(release): 7.5.0 * chore: use default R8 mode in sample app * chore(android): bump Loans SDK to 5.3.0 * fix(android): keep SCGateway classes for R8 * docs(changelog): document v7.5.0 changes * chore(release): 7.6.0
# Conflicts: # android/build.gradle # react-native-smallcase-gateway.podspec # smart_investing_react_native/android/app/proguard-rules.pro # smart_investing_react_native/android/gradle.properties # smart_investing_react_native/ios/Podfile.lock # smart_investing_react_native/yarn.lock
chore(android): bump Loans SDK to 5.3.1
* chore(android): bump Loans SDK to 5.3.2 * chore(release): 7.6.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Exposes launchScWebView through the JavaScript API and Android/iOS bridges, with URL validation, typings, documentation, tests, and a Smart Investing sample CTA. Validation: TypeScript and ESLint passed. Requires native SDK releases containing launchScWebView before wrapper release.