Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.turbomodule.core.CallInvokerHolderImpl;
import id.animo.SecureEnvironment;

@Keep
@DoNotStrip
Expand Down Expand Up @@ -37,7 +36,6 @@ public String getName() {
@ReactMethod(isBlockingSynchronousMethod = true)
public boolean install() {
try {
SecureEnvironment.set_env();
ReactContext context = getReactApplicationContext();
long jsContextPointer = context.getJavaScriptContextHolder().get();
CallInvokerHolderImpl holder = (CallInvokerHolderImpl) context.getCatalystInstance().getJSCallInvokerHolder();
Expand Down

This file was deleted.

Loading