Releases: dewdrip/eth-mobile
Releases · dewdrip/eth-mobile
Release list
v2.0.0
🚀 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
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
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
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
useSwitchNetworkhook to switch between networks
v0.1.0
Features
- Hooks to interact with wallet and contract
- EVM-compatible chain support
- In-app wallet
- Contract Debugger