Skip to content

Commit

Permalink
fix: use turbo get instead of getEnforcing in native module
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Oct 30, 2024
1 parent aba5a4b commit 53b12bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export interface Spec extends TurboModule {
};
}

export default TurboModuleRegistry.getEnforcing<Spec>("RNWalletConnectModule");
export default TurboModuleRegistry.get<Spec>("RNWalletConnectModule");

0 comments on commit 53b12bc

Please sign in to comment.