react-native-gl-image-filters
react-native-gl-image-filters copied to clipboard
React-Native image filters using gl-react
Hi Gregory! Image filter functionality worked perfectly in my app till expo sdk 43. Thanks for that! After upgrade to sdk 44 (and sdk45 as well) when entering screen with...
``` > Task :unimodules-core:compileDebugJavaWithJavac > Task :expo-app-loader-provider:compileDebugJavaWithJavac > Task :expo-constants:compileDebugJavaWithJavac > Task :expo-file-system:compileDebugJavaWithJavac > Task :expo-gl:compileDebugJavaWithJavac > Task :expo-permissions:compileDebugKotlin > Task :expo-permissions:compileDebugKotlin FAILED w: Detected multiple Kotlin daemon sessions at...
My apologies if I'm overlooking something simple here, but I cannot import the values for the Presets. `import { Presets } from 'react-native-gl-image-filters';` When I try to use these values,...
I was clone you library and ran your example with iOS, i received an error be like.  I think it's height, width in component `Surface` because I tried deleting...
I use Surface (from gl-react-expo) and ImageFilters (from "react-native-gl-image-filters) for my project and on iOs it is working. However, on Android photos with filters are shown properly when visible on...
Hello GregoryNative, This is a nice package, but now the `WebGL` package for react native has been deprecated. Can you please create on new example with an available option? Also...
From the above document, i could see able to display it but i have to save it in local. Is this possible?
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.11.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...