-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add options to dismiss the drop in #249
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # packages/sdk/android/build.gradle # packages/sdk/package.json # packages/sdk/primer-io-react-native.podspec
Appetize iOS link: https://appetize.io/app/lfztcolrdmxze6igogst5ker6m |
@FlaviuExtPrimer will the Android counterpart to this be released in the next release? The iOS underlying code is there (@BorisNikolic can confirm), but we should merge this only when both platforms are aligned. |
@NQuinn27, @borisprimer, this is still in progress on the native Android SDK, so this RN wrapper shouldn't be made available in the RN release we plan on making today. |
@borisprimer, I've updated this branch with a change to the IPrimerUIOptions object to support an array of strings for dismiss options, along with a fix for the Android wrapper. Also, I've merged changes from |
@borisprimer, I've added the documentation in this PR: https://github.com/primer-io/primer-docs/pull/977 |
Implement a new DismissalMechanism for dismissing the DropIn UI.
Draft because it waits for the Android release on native side.