Bukhari Muslim
Bukhari Muslim
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 ```
Yes you can, check this #14
This feature is currently rollback, regardless to this [comment](https://github.com/raynor85/react-native-material-selectize/pull/20#issuecomment-443404735).
`DropStatable` has `textAlignment` property. So put it there to resolve the issue. ``` var textAlignment: NSTextAlignment? { switch self { default: return .left } } ```