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