Skip to content

Releases: dewdrip/eth-mobile

v2.0.0

Choose a tag to compare

@ValentineCodes ValentineCodes released this 02 Apr 12:00

🚀 Features

  • Simplified installation with npx eth-mobile
  • Integrated Account Abstraction allowing wallet ownership with Google, Facebook and Apple accounts. This also allows external wallets connections with Metamask, Coinbase and Rainbow wallet. Powered by Thirdweb
  • Dark theme

🐞 Fixes

  • Fixed lint warnings and errors

v1.1.0

Choose a tag to compare

@ValentineCodes ValentineCodes released this 30 Sep 02:38

Simplify app deployment with Expo Application Services. This allows developers to deploy their apps automatically using commands like yarn build:android:prod, yarn submit:ios, e.t.c

v1.0.0

Choose a tag to compare

@ValentineCodes ValentineCodes released this 16 Aug 21:44

Features

  • Use Expo for frontend development
  • Use Nativewind for Tailwind-like styling
  • Allow users optionally skip wallet creation to explore app
  • Implement useScaffoldEventHistory hook to read events
  • Implement useContract and useScaffoldContract hook to access read/write contract functions
  • Implement EtherInput component for ETH/USD amount input

v0.2.0

Choose a tag to compare

@ValentineCodes ValentineCodes released this 08 Jul 18:46

Features

  • Replace react-native-encrypted-storage with react-native-keychain to enhance wallet security
  • Encrypt wallet data with AES encryption algorithm before storing in device's encrypted storage
  • implement useSwitchNetwork hook to switch between networks

v0.1.0

Choose a tag to compare

@ValentineCodes ValentineCodes released this 22 Mar 08:43

Features

  • Hooks to interact with wallet and contract
  • EVM-compatible chain support
  • In-app wallet
  • Contract Debugger