react-native-material-palette icon indicating copy to clipboard operation
react-native-material-palette copied to clipboard

Fix Fresco dependencies for RN 0.47/0.48 onward

Open rgommezz opened this issue 7 years ago • 1 comments

Check the breaking changes on: https://github.com/facebook/fresco/releases/tag/v1.3.0

rgommezz avatar Jan 05 '18 14:01 rgommezz

Any update on this? it's already version 1.9.0 now https://github.com/facebook/fresco/releases/tag/v1.9.0

I fix this by manually change MaterialPaletteModule.kt:

import com.facebook.imagepipeline.memory.PooledByteBuffer
import com.facebook.imagepipeline.memory.PooledByteBufferInputStream

into:

import com.facebook.common.memory.PooledByteBuffer
import com.facebook.common.memory.PooledByteBufferInputStream

BukhariMuslim avatar Apr 13 '18 09:04 BukhariMuslim