react-native-GPUImage icon indicating copy to clipboard operation
react-native-GPUImage copied to clipboard

Cannot read property `createComponent` of undefined

Open TheDutchCoder opened this issue 7 years ago • 3 comments

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"

image

TheDutchCoder avatar Mar 20 '18 17:03 TheDutchCoder

@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.

CubeSugar avatar Mar 22 '18 08:03 CubeSugar

Facing the same issue, Please suggest if there is any temporary workaround. simulator screen shot - iphone 6 - 2018-05-02 at 16 53 52

NeerajKumar123 avatar May 02 '18 11:05 NeerajKumar123

@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]

CubeSugar avatar May 03 '18 03:05 CubeSugar