Generate wallet and sign message (#4)

* Store mnemonic and private key seperately

* Change variable names

* Refactor code in seperate components

* Display wallet details

* Remove unnecessary imports

* Make review changes

* Add method to reset wallet

* Make component self closing

* separate imports

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
This commit is contained in:
shreerang6921
2024-02-08 18:42:30 +05:30
committed by GitHub
co-authored by adwait
parent 5dd97e3860
commit 3d40de966d
5 changed files with 137 additions and 73 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ const styles = StyleSheet.create({
},
headerText: {
color: 'black',
fontSize: 22,
fontSize: 26,
fontWeight: 'bold',
},
sectionContainer: {
@@ -16,7 +16,7 @@ const styles = StyleSheet.create({
paddingHorizontal: 24,
},
sectionTitle: {
fontSize: 24,
fontSize: 22,
fontWeight: '600',
},
sectionDescription: {