UNPKG
react-native-androidtv-remote
Version:
latest (1.0.1)
1.0.1
Port of AndroidTV Remote to react native
github.com/vricosti/react-native-androidtv-remote
react-native-androidtv-remote
/
example
/
android
/
app
/
src
/
debug
/
AndroidManifest.xml
10 lines
(8 loc)
•
313 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
xmlns:tools
=
"http://schemas.android.com/tools"
>
<
application
android:usesCleartextTraffic
=
"true"
tools:targetApi
=
"28"
tools:ignore
=
"GoogleAppIndexingWarning"
/>
</
manifest
>