File tree Expand file tree Collapse file tree 1 file changed +26
-2
lines changed
Expand file tree Collapse file tree 1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# react-native-keyframes
22
33React Native wrapper for Facebook Keyframes with a imperative api.
4- We use this in production and will continuously improve it.
4+ We use this in production and will continuously improve it when needed.
5+
6+ Demands usage of cocoapods in order to get transient dependencies
7+ Support RN > 0.56
8+
9+ [ ![ Build Status] ( https://travis-ci.com/ptomasroos/react-native-keyframes.svg?branch=master )] ( https://travis-ci.com/ptomasroos/react-native-keyframes ) [ ![ npm version] ( https://badge.fury.io/js/react-native-keyframes.svg )] ( https://badge.fury.io/js/react-native-keyframes ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/react-native-keyframes.svg )] ( https://www.npmjs.com/package/react-native-keyframes )
10+
11+ ## How to install
12+
13+ ```
14+ npm install react-native-keyframes
15+ react-native link
16+ ```
17+
18+ You need to use Cocoapods because this project depends on the pod keyframes, make sure to add the following to your Podfile
19+
20+ ## Podfile
21+ ```
22+ pod 'react-native-keyframes', path: '../node_modules/react-native-keyframes'
23+ ```
24+
25+ ## How to use!
526
627How to use!
728Checkout the app in ``` examples/Basic ``` fully runnable.
829
9- I stole code from https://github.com/underscopeio/react-native-facebook-keyframes , thanks for that boiler plate!
30+
31+ ## Acknowledgements
32+
33+ I stole some code from https://github.com/underscopeio/react-native-facebook-keyframes , thanks for that boiler plate!
You can’t perform that action at this time.
0 commit comments