Skip to content

Commit

Permalink
Merge pull request lottie-react-native#53 from airbnb/lmr--upgrade-lo…
Browse files Browse the repository at this point in the history
…ttie

Upgrade lottie ios
  • Loading branch information
lelandrichardson authored Feb 11, 2017
2 parents 1614180 + 673ce77 commit 814807e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pod 'lottie-react-native', :path => '../node_modules/lottie-react-native'
If you're not using CocoaPods on iOS, you can use `react-native link`:

```bash
react-native link lottie-react-native
react-native link lottie-ios
react-native link lottie-react-native/
```

For android, you can `react-native link` as well:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class MainApplication extends Application implements ReactApplication {

private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {
@Override
protected boolean getUseDeveloperSupport() {
public boolean getUseDeveloperSupport() {
return BuildConfig.DEBUG;
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"invariant": "^2.2.2",
"react-native-safe-module": "^1.1.0",
"lottie-ios": "^1.0.0"
"lottie-ios": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
Expand Down

0 comments on commit 814807e

Please sign in to comment.