Skip to content
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: add plugin withAndroidMainActivityAttributes #6

Merged
merged 2 commits into from
Feb 24, 2024

Conversation

achorein
Copy link
Owner

Summary

Allow customisation of AndroidManifest.xml MainActivity attributes

  "plugins": [
    [
      "expo-share-intent",
      {
        "androidMainActivityAttributes": {
           "android:launchMode": "singleTask",
           "android:windowSoftInputMode": "adjustResize",
           "android:largeHeap": true,
           "android:hardwareAccelerated": true
        }
      }
    ]
  ]

@achorein achorein added enhancement New feature or request android labels Feb 23, 2024
@achorein achorein merged commit ddd15f7 into main Feb 24, 2024
3 checks passed
@achorein achorein deleted the feat/android-withAndroidMainActivityAttributes branch February 24, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant