Add react-native-paper ui library (#7)

* Add ui library

* Replace alert with dialog on wallet creation

* Add review changes

* Add semicolon

* Remove comment

---------

Co-authored-by: Adw8 <adwait@deepstacksoft.com>
This commit is contained in:
shreerang6921
2024-02-12 18:51:03 +05:30
committed by GitHub
co-authored by adwait
parent bd2e348c19
commit cab9ec6e91
11 changed files with 339 additions and 154 deletions
+4
View File
@@ -115,5 +115,9 @@ dependencies {
implementation jscFlavor
}
}
project.ext.vectoricons = [
iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf' ] // Specify font files
]
apply from: file("../../node_modules/react-native-vector-icons/fonts.gradle")
apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project)