We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36bdd commit 4d4dacdCopy full SHA for 4d4dacd
1 file changed
packages/react-native-nitro-web-image/android/src/main/cpp/cpp-adapter.cpp
@@ -4,6 +4,6 @@
4
5
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
6
return facebook::jni::initialize(vm, []() {
7
- margelo::nitro::image::web::registerAllNatives();
+ margelo::nitro::web::image::registerAllNatives();
8
});
9
}
0 commit comments