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

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

python - matplotlib equivalent for Ubuntu servers with no GUI? -