UNPKG
lottie-react-native
Version:
latest (7.3.6)
next (6.7.0-rc1)
version-5 (5.1.6)
7.3.6
7.3.5
7.3.4
7.3.3
7.3.2
7.3.1
7.3.0
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
6.7.2
6.7.1
6.7.0
6.7.0-rc1
6.7.0-rc0
6.6.0
6.5.1
6.5.0
6.4.1
6.4.0
6.3.1
6.3.0
6.2.0
6.1.2
6.1.1
6.1.0
6.0.1
6.0.0
6.0.0-rc.8
6.0.0-rc.7
6.0.0-rc.6
6.0.0-rc.5
6.0.0-rc.4
6.0.0-rc.3
6.0.0-rc.2
6.0.0-rc.1
6.0.0-next-077429f-43ec19a
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.5.0
3.4.0
3.3.2
3.3.1
3.2.1
3.2.0
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
2.6.1
2.6.0
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.1
2.5.0
2.3.2
2.3.1
2.3.0
2.2.7
2.2.6
2.2.5
2.2.0
1.2.0
1.1.1
1.1.1-beta1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
React Native bindings for Lottie
github.com/airbnb/lottie-react-native
airbnb/lottie-react-native
lottie-react-native
/
lib
/
android
/
src
/
main
/
AndroidManifest.xml
7 lines
(5 loc)
•
238 B
text/xml
View Raw
1
2
3
4
5
6
7
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
package
=
"com.airbnb.android.react.lottie"
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
uses-permission
android:name
=
"android.permission.INTERNET"
/>
</
manifest
>