Integrate functions with UI (#14)
* Add the creatHDWallet function * Make review changes * Add signMessage and signEthMessage functions * Add signCosmosMessage function * Add resetWallet function * Add resetWallet function * Integrate functions with UI * Add Alerts to react component * Make review changes * Add comment in utils file * Remove lowerCase conversion in signCosmosmessage function --------- Co-authored-by: IshaVenikar <ishavenikar7@gmail.com>
This commit is contained in:
co-authored by
IshaVenikar
parent
9ab3148aa9
commit
09a3b9fc75
@@ -71,6 +71,11 @@ def enableProguardInReleaseBuilds = false
|
||||
def jscFlavor = 'org.webkit:android-jsc:+'
|
||||
|
||||
android {
|
||||
// Required for react-native-quick-crypto. For more details: https://github.com/margelo/react-native-quick-crypto
|
||||
packagingOptions {
|
||||
pickFirst '**/libcrypto.so'
|
||||
}
|
||||
|
||||
ndkVersion rootProject.ext.ndkVersion
|
||||
buildToolsVersion rootProject.ext.buildToolsVersion
|
||||
compileSdk rootProject.ext.compileSdkVersion
|
||||
|
||||
Reference in New Issue
Block a user