react-native-material-palette
react-native-material-palette copied to clipboard
Fix Fresco dependencies for RN 0.47/0.48 onward
Check the breaking changes on: https://github.com/facebook/fresco/releases/tag/v1.3.0
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