expo / config-plugins

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

uses-feature configration in android manifest file #224

Open silencer07 opened 9 months ago

silencer07 commented 9 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

obonyojimmy commented 1 month ago

Theres an example provided at , https://github.com/expo/expo/discussions/27267#discussioncomment-8598517