Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions .changeset/flat-beds-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openwallet-foundation/askar-react-native": patch
---

fix: remove references to native secure env library. This was removed in the latest Askar release
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.