UNPKG
lottie-react-native
Version:
latest (7.2.2)
next (6.7.0-rc1)
version-5 (5.1.6)
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
airbnb.io/lottie/
react-native-community/lottie-react-native
lottie-react-native
/
react-native.config.js
13 lines
(12 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module.exports
=
{
dependency:
{
platforms:
{
android:
{
libraryName:
'lottiereactnative'
,
componentDescriptors:
[
'LottieAnimationViewComponentDescriptor'
], },
macos:
null
,
windows:
null
, }, }, }
;