UNPKG
react-native-tdlib
Version:
latest (1.3.1)
1.3.1
1.0.2
1.0.1
1.0.0
React Native wrapper for TDLib
github.com/vladlenskiy/react-native-tdlib
react-native-tdlib
/
android
/
src
/
main
/
AndroidManifest.xml
10 lines
(7 loc)
•
246 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.reactnativetdlib"
>
<
application
android:label
=
"@string/app_name"
android:supportsRtl
=
"true"
>
</
application
>
</
manifest
>