expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
427 stars 91 forks source link

uses-feature configration in android manifest file #224

Open silencer07 opened 4 months ago

silencer07 commented 4 months ago

Library

none

Summary

sometimes you want to indicate that some hardware features are not required by your app. In my case I am developing a simple RN app that is compatible with Android TV as well. However my app was rejected because I need to declare some features to be not required

https://developer.android.com/training/tv/start/hardware.html#declare-hardware-requirements

Thanks

Any existing examples?

none. https://stackoverflow.com/questions/75013370/create-a-expo-config-plugin-file-to-modify-android-manifest asked the same question but no relevant reply yet