iyegoroff / react-native-image-filter-kit

Various image filters for iOS & Android
MIT License
317 stars 42 forks source link

Cssgram filter blank #14

Closed cernadasjuan closed 5 years ago

cernadasjuan commented 5 years ago

Hi,

Im trying to apply the Xpro2 instagram filter, but i m getting a blank image, Am i doing something wrong? Thanks

import { Xpro2 } from 'react-native-image-filter-kit'
import { Image } from 'react-native';

<Xpro2 image={<Image
              style={styles.publicationImage}
              source={{ uri: data.content }} />}></Xpro2>
iyegoroff commented 5 years ago

Hi @cernadasjuan , please specify your mobile platform(s) and react-native & react-native-image-filter-kit versions.

cernadasjuan commented 5 years ago

Mobile platform: Android 6 marshmallow (API level 23)

react native version: 0.57.3

react-native-image-filter-kit: 0.2.6

(with the last version, it throws an error at line 83 in MainReactPackageWithFrescoCache.java)

iyegoroff commented 5 years ago

Try to use v0.3.5. Also if it is possible, please check if your problem replicates on iOS device.

gyildirimm commented 4 years ago

<Xpro2 image={<Image style={styles.publicationImage} source={{ uri: data.content }} />}>

How to change data.content filter and save cameraRoll?