We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579c47 commit 6d3376eCopy full SHA for 6d3376e
android/cpp-adapter.cpp
@@ -12,5 +12,5 @@ using namespace std;
12
extern "C"
13
JNIEXPORT jlong JNICALL
14
Java_com_mariusreimer_rncppcode_RNCPPCodeModule_multiply(JNIEnv *env, jclass type, jlong a, jlong b) {
15
- return a * b;
16
-}
+ return example::multiply(a, b);
+}
0 commit comments