Skip to content

Commit

Permalink
Merge pull request #5468 from WalletConnect/fix/rn-compat-newarch
Browse files Browse the repository at this point in the history
fix: use turbo get instead of getEnforcing in native module
  • Loading branch information
ignaciosantise authored Oct 31, 2024
2 parents f0bb9af + 10de54d commit 7039362
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 7039362

Please sign in to comment.