Skip to content

[Android] Regression with animated gifs in react native 0.43 - hard crash #13345

Description

@forki

Description

After the upgrade to react native 0.43 from 0.42 our app crashes hard on the display of animated gifs.

Reproduction Steps and Sample Code

In http://facebook.github.io/react-native/releases/0.43/docs/image.html#gif-and-webp-support-on-android you describe how to use animated gifs with react native. Basically it's adding one line to android/app/build.gradle:

compile 'com.facebook.fresco:animated-gif:0.11.0'

and then just using the Image tag.

As a repro we did that on top of hello world sample:

For repro:

  1. Clone the project
  2. Check out a branch
  3. run npm install
  4. open android emulator
  5. run react-native run-android

Additional Information

  • React Native version: 0.43.1 and 0.43
  • Platform: Android
  • Development Operating System: Windows 10
  • Dev tools: Command line

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions