react-native-image-sequence
react-native-image-sequence copied to clipboard
native implementation for creating frame based image animations
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. We have an image sequence in...
Having a problem with the component this is using expo, ``` Invariant Violation: requireNativeComponent: "RCTImageSequence" was not found in the UIManager. - node_modules\react-native\Libraries\ReactNative\getNativeComponentAttributes.js:29:4 in getNativeComponentAttributes - node_modules\react-native\Libraries\Renderer\shims\ReactNativeViewConfigRegistry.js:104:25 in get -...
yarn run v1.22.10 $ webpack -wd eval-source-map asset bundle.js 4.54 MiB [compared for emit] (name: main) runtime modules 1.13 KiB 5 modules modules by path ./node_modules/core-js/ 400 KiB 394 modules...
Is that possible to set a resizeMode like Image component? I have a size defined via style for my ImageSequence component, but on Android the images are being resized according...
Got this error until I added this locally: ``` FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':react-native-image-sequence'. > Could not resolve all...
## Problem Displaying a non-repeating sequence of images on iOS results in the image-view going blank after the animation has finished. On Android, it *does* retain the last image of...
It works fine on debug both emulator and android device, but does not display any pictures on release app. Images bundeled correctly, I display them with Image component. The React-native...
Getting a build failure for the latest version ^0.6.1 of react-native-image-sequence, using ReactNative 0.59: ```> Task :react-native-image-sequence:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed...
in `loadBitmapByExternalURL`,InputStream not closed
When run `pod install` in an exists iOS app to Integrate react-native-image-sequence will get error like this: [!] No podspec found for `RCTImageSequence` in `./node_modules/react-native-image-sequence` I have to add podspec...