Skip to content

Commit

Permalink
fix: Fix wrong namespace crash
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Aug 8, 2022
1 parent 2c099c0 commit 581a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/src/main/cpp/cpp-adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace facebook;

class BigNumberCppAdapter : public jni::HybridClass<BigNumberCppAdapter> {
public:
static auto constexpr kJavaDescriptor = "Lcom/reactnativebignumber/BigNumberModule;";
static auto constexpr kJavaDescriptor = "Lcom/margelo/bignumber/BigNumberModule;";

static jni::local_ref<jni::HybridClass<BigNumberCppAdapter>::jhybriddata> initHybrid(
jni::alias_ref<jhybridobject> jThis) {
Expand Down

0 comments on commit 581a7dc

Please sign in to comment.