Skip to content

Releases: solana-mobile/solana-mobile-expo-template

v3.0.0

18 Jun 05:49
04cdd54

Choose a tag to compare

Changes:

  • Update to Expo SDK 52
  • Removed node_modules from published npm package
  • Update @solana-mobile/mobile-wallet-adapter-protocol to v2.2.2
  • Update @solana-mobile/mobile-wallet-adapter-protocol-web3js to v2.2.2

v2.1.0

08 Jun 02:35

Choose a tag to compare

v2.1.0

Changes:

  • Removed react-native-get-random-values library as it was unused and expo-crypto is used for polyfill instead.
  • Add a signInPayload parameter to the signIn method in useMobileWallet
  • Run npx expo install --check to update outdated dependencies for Expo SDK compatibility
  • Change npm script build to build:local to correctly reflect local APK building
    • Add build script that runs an APK build using EAS build
  • Added .npmignore file for publishing flow