-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: install share app extension on Android #893
Conversation
Had to patch the extension to change android build gradle settings
@Override | ||
protected String getMainComponentName() { | ||
// this is the name AppRegistry will use to launch the Share View | ||
return "MyShareEx"; |
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.
Should we customize this name?
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.
@Ldoppea yeah, I kept the same because it was simpler to follow documentation, but not sure what name we should use. Do you have any suggestion?
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.
- Updated
The patch seems to be very large, is that expected? |
yes it's because of the patch-package. Maybe it's better to fork then (same issue for iOS btw)? |
Usually when the patch file is so big there is a configuration problem behind. |
@acezard Still needed? Should we close it? |
You're right we should close it by now, doing it |
No description provided.