react-native-uking-lottie
v0.0.1
Published
lottie component for React Native SDK
Downloads
5
Readme
react-native-uking-lottie
##Introduction
Lottie Component For React Native
Lottie-IOS GIT: https://github.com/airbnb/lottie-ios.git
Lottie-Android(android) GIT: https://github.com/airbnb/lottie-android.git
###npm or yarn
npm install react-native-uking-lottie or yarn add react-native-uking-lottie
##ANDROID
android/app/build.gradle
compileSdkVersion 26
buildToolsVersion '26.0.2'
##IOS pod install:
platform :ios, '8.0'
target 'projcet name' do
pod 'yoga', path: '../node_modules/react-native/ReactCommon/yoga/'
pod 'React', path: '../node_modules/react-native/'
pod 'RCTLottieView', path: '../node_modules/react-native-uking-lottie/ios/'
end
and run pod install
Install Document
http://airbnb.io/lottie/react-native/react-native.html#getting-started