-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hey Andrey,
I have been trying to integrate C++ with react native and I came across your blog. While trying to build the projects provided in the github links I'm coming across a few errors for example -
\react-native-cpp-master\android\app\src\main\java\com\rncpp\jni\DemoModule.java:16: error: package com.rushingvise.reactcpp does not exist
import com.rushingvise.reactcpp.ReactDjinni;
^
\react-native-cpp-master\android\app\src\main\java\com\rncpp\jni\DemoModule.java:56: error: package com.rushingvise.reactcpp does not exist
private static native CppProxy create(com.rushingvise.reactcpp.ReactBridge bridge);
^
Execution failed for task ':app:compileDebugJavaWithJavac'.
Could you please help me to understand and fix this error?
Thank you
Metadata
Metadata
Assignees
Labels
No labels