Skip to content

Commit

Permalink
Update NativeProxy.cpp (#3469)
Browse files Browse the repository at this point in the history
Fixes #3351.
  • Loading branch information
tomekzaw committed Aug 16, 2022
1 parent 3691d81 commit c47276a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/src/main/cpp/NativeProxy.cpp
Expand Up @@ -67,10 +67,6 @@ NativeProxy::NativeProxy(
}

NativeProxy::~NativeProxy() {
runtime_->global().setProperty(
*runtime_,
jsi::PropNameID::forAscii(*runtime_, "__reanimatedModuleProxy"),
jsi::Value::undefined());
// removed temporary, new event listener mechanism need fix on the RN side
// reactScheduler_->removeEventListener(eventListener_);
}
Expand Down

0 comments on commit c47276a

Please sign in to comment.