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 -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -