react-native-GPUImage
react-native-GPUImage copied to clipboard
Cannot read property `createComponent` of undefined
After installing as instructed, the error appears and occurs in GPUImageFilter.js (see screenshot)
Versions installed:
"gl-react": "^3.15.0",
"gl-react-image": "^3.1.1",
"gl-react-native": "^3.15.0",
"wj-react-native-gpuimage": "^1.0.2"

@TheDutchCoder
Sorry for later replying.
This repo only supports gl-react-native 2.x version, as v3.x is still not release and has a different implementation (v2 : backed by openGL v3: backed by webGL ).
When I have enough time, I would work for the compatibility.
Facing the same issue, Please suggest if there is any temporary workaround.

@NeerajKumar123 @TheDutchCoder
Pls use the last V2 version:
- gl-react-native v2.48.0
- gl-react v2.2.4
as the temporary workaround.
npm install --save [email protected]
npm install --save [email protected]