Using CSS filters in react-native -


it seems react-native doesn't implement css' filter property.

is there way replicate those? looking way change following image, without creating special image that:

  • brightness
  • hue
  • saturation
  • blur

rn's css support limited, not when consider typical mobile app should require. might check out this attempt @ instagram manipulation, code @ this link.


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -