Skip to content

Conversation

@gatteo
Copy link
Contributor

@gatteo gatteo commented Jan 14, 2026

Summary

  • Add @tetherto/pear-wrk-wdk dependency for bundle and HRPC exports
  • Update @tetherto/wdk-react-native-core to version with bundle prop support
  • Pass bundle configuration ({ bundle, HRPC }) to WdkAppProvider in _layout.tsx
  • Fix hardcoded walletId in assets.tsx to use currentWalletId

This change allows the app to use a dynamically configured worklet bundle instead of having it hardcoded in the core module. The bundle is now explicitly passed as a prop to WdkAppProvider, giving apps full control over which bundle version to use.

Dependencies

Test plan

  • App builds and runs successfully
  • Worklet initializes correctly with the passed bundle
  • Wallet operations work as expected

- Add @tetherto/pear-wrk-wdk dependency for bundle and HRPC
- Update wdk-react-native-core to version with bundle prop support
- Pass bundle configuration to WdkAppProvider in _layout.tsx
- Fix hardcoded walletId in assets.tsx to use currentWalletId

This allows the app to use a dynamically configured bundle instead
of having it hardcoded in the core module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant