Closed somonek closed 6 years ago
Have you added the GPUImage.framework under Embedded Binaries ? Just to make sure :) Though it's unlikely to solve the issue anyway. Also, would you be able to test with a fresh project created with react-native init
?
i have same problem
Any update on this?
i still face the issue cannot read property of constant undefined how to resolve it please help
Current Behavior
I have a CRNA ejected app. I've followed the video for setting up the project, also including the instructions in #144 otherwise there are more issues.
and it compiles with these errors
then I replace all these imports as following
and the build succeeds.
My bridging header files is
and when I
import { ProcessingManager } from 'react-native-video-processing';
I get this errorExpected Behavior
no error
Your Environment