You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this filter for react-native iOS. Its working fine with simulator but when I am looking at filtered images on mobile then showing blur. I have attached the screenshot and also sharing the code of filter. Please provide the solution ASAP
import React, { PureComponent } from 'react';
import { Image } from 'react-native';
import {IosCIExposureAdjust,Saturate,Tint,Sharpen} from 'react-native-image-filter-kit'
export default class Andy extends PureComponent{
constructor(props){
super(props)
}
I am using this filter for react-native iOS. Its working fine with simulator but when I am looking at filtered images on mobile then showing blur. I have attached the screenshot and also sharing the code of filter. Please provide the solution ASAP
import React, { PureComponent } from 'react';
import { Image } from 'react-native';
import {IosCIExposureAdjust,Saturate,Tint,Sharpen} from 'react-native-image-filter-kit'
export default class Andy extends PureComponent{
constructor(props){
super(props)
}
}
The text was updated successfully, but these errors were encountered: