New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-uking-lottie

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-uking-lottie

lottie component for React Native SDK

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 28 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc