0.0.1 • Published 6 years ago

react-native-uking-lottie v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

react-native-uking-lottie

npm package npm download

##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