Safeer

Results 6 comments of Safeer

I am facing the same issue on ASUS Tablet running API Level 18. Is there any workaround to install them from code?

Didn't fine any solution to set loop-count programmatically. However, using [this](https://ezgif.com/loop-count) you can set loop-count to 1 or any number.

> Any solution for this? Facing same issue. You may try this for now: https://github.com/DylanVann/react-native-fast-image/issues/651#issuecomment-895250212

@serhiynovos `VideoFrame.I420Buffer.toBitmap()` is returning the bitmap in grey-scale. Is there a work-around to get the colored bitmap from the buffer?

Here is how I applied the patch. 1. Import deprecated prop types in `index.js` with the following code: `var _deprecatedPropTypes = require('deprecated-react-native-prop-types'); ` 2. Now update the lines 606-612 of...

any update on this issue?