Skip to content

Commit

Permalink
Update NativeProxy.cpp (software-mansion#3469)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw authored and fluiddot committed Jun 5, 2023
1 parent 8d6b13a commit 583e7bb
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 583e7bb

Please sign in to comment.