Various image filters for iOS & Android.
Various color matrix based image filters for iOS & Android.
- react-native:
- supported versions: ">=0.60.0"
- supports both "old" and "new" architecture
npm i react-native-gray-filter or
yarn add react-native-gray-filter
if using "old" architecture:
npx pod-install
if using "new" architecture:
RCT_NEW_ARCH_ENABLED=1 npx pod-install