Skip to content

Commit

Permalink
Rename AirbnbLottieView -> LottieAnimationView πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
ferologics committed Feb 6, 2017
1 parent 62406bc commit 18253a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/js/Animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class LottieAnimation extends React.Component {
return Platform.select({
android: () => UIManager.dispatchViewManagerCommand(
this.getHandle(),
UIManager.AirbnbLottieView.Commands[name],
UIManager.LottieAnimationView.Commands[name],
args
),
ios: () => LottieViewManager[name](this.getHandle(), ...args),
Expand Down

0 comments on commit 18253a8

Please sign in to comment.