Skip to content

Commit d0dd8b4

Browse files
committed
Updated README.md
1 parent 5c28778 commit d0dd8b4

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
# react-native-keyframes
22

33
React 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

627
How to use!
728
Checkout 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!

0 commit comments

Comments
 (0)