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:
shreerang6921
2024-02-14 19:14:21 +05:30
committed by GitHub
co-authored by IshaVenikar
parent 9ab3148aa9
commit 09a3b9fc75
9 changed files with 599 additions and 75 deletions
+5
View File
@@ -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