dreamineering / pocket

Crypto wallet to generate accounts, manage tokens, transfer funds, sign transactions and more on any EVM-compatible chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pocket

Pocket

Pocket is a safe and secure crypto wallet to manage funds, interact with Dapps, sign transactions and more on multiple chains such as Ethereum, Optimism, Arbitrum, Sepolia, e.t.c

Setting Up React Native

Visit the react native docs to setup react native for Android and IOS.

Install Dependencies

Run from project root folder

Using npm:

npm install

Using yarn:

yarn

Install pods for ios:

npx pod-install

Resolve build issues

  1. Go to 'node_modules/react-native-webview/android/gradle.properties'
  2. Change 'ReactNativeWebView_kotlinVersion' property value to 1.7.20

Run Android Build

Using npm:

npx react-native run-android

Using yarn:

yarn android

Run IOS Build

Using npm:

npx react-native run-ios

Using yarn:

yarn ios

Generate Android Release Build

Visit the react native docs for a proper guide on how to generate the android release build

Generate IOS Release Build

Visit the react native docs for a proper guide on how to generate the ios release build

About

Crypto wallet to generate accounts, manage tokens, transfer funds, sign transactions and more on any EVM-compatible chain


Languages

Language:TypeScript 94.1%Language:Java 2.8%Language:Ruby 0.9%Language:Objective-C 0.8%Language:JavaScript 0.8%Language:Objective-C++ 0.6%