achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
128 stars 13 forks source link

feat: add plugin withAndroidMainActivityAttributes #6

Closed achorein closed 4 months ago

achorein commented 5 months ago

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
        }
      }
    ]
  ]