Skip to content

Commit 4d4dacd

Browse files
committed
Update cpp-adapter.cpp
1 parent 9f36bdd commit 4d4dacd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native-nitro-web-image/android/src/main/cpp/cpp-adapter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void*) {
66
return facebook::jni::initialize(vm, []() {
7-
margelo::nitro::image::web::registerAllNatives();
7+
margelo::nitro::web::image::registerAllNatives();
88
});
99
}

0 commit comments

Comments
 (0)