Skip to content

Commit

Permalink
Fixed gif issue (facebook/react-native#13345)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirbr510 committed May 12, 2017
1 parent 7d88bbb commit 356a50e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ android {
dependencies {
compile project(':libs:cropper')
compile project(':react-native-image-crop-picker')
compile 'com.facebook.fresco:animated-base-support:0.11.0'
compile 'com.facebook.fresco:animated-gif:0.11.0'
compile 'com.facebook.fresco:animated-webp:0.11.0'
compile 'com.facebook.fresco:webpsupport:0.11.0'
compile 'com.facebook.fresco:animated-base-support:0.14.1'
compile 'com.facebook.fresco:animated-gif:0.14.1'
compile 'com.facebook.fresco:animated-webp:0.14.1'
compile 'com.facebook.fresco:webpsupport:0.14.1'
compile project(':react-native-google-analytics-bridge')
compile project(':react-native-flurry-analytics')
compile project(':react-native-fetch-blob')
Expand Down
2 changes: 1 addition & 1 deletion js/AppNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class AppNavigator extends Component {
/>
</Drawer>
{this.props.isLoading ? <SpinnerSwitch /> : null}
{/*{this.props.isProcessing ? <SpinnerClothing /> : null}*/}
{this.props.isProcessing ? <SpinnerClothing /> : null}
{this.props.fatal_error ? <ErrorHandler /> : null}
{this.props.warning ? <ErrorHandler /> : null}
{this.props.info ? <ErrorHandler /> : null}
Expand Down

0 comments on commit 356a50e

Please sign in to comment.