mobile: redesign onboarding (#2633)

This commit is contained in:
Ammar Ahmed
2023-06-05 15:13:19 +05:00
committed by GitHub
parent c2ab5ded47
commit 25bf4fee82
26 changed files with 623 additions and 500 deletions

View File

@@ -14,7 +14,8 @@
],
"dependencies": {
"react": "18.0.0",
"react-native": "0.69.7"
"react-native": "0.69.7",
"react-native-swiper-flatlist": "3.2.2"
},
"devDependencies": {
"otplib": "12.0.1",
@@ -48,6 +49,7 @@
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated-material-menu": "github:ammarahm-ed/react-native-reanimated-material-menu",
"react-native-reanimated-progress-bar": "1.0.1",
"react-native-swiper-flatlist": "3.2.2",
"timeago.js": "4.0.2",
"toggle-switch-react-native": "3.2.0",
"url": "^0.11.0",
@@ -18167,6 +18169,14 @@
"react-native": ">=0.50.0"
}
},
"node_modules/react-native-swiper-flatlist": {
"version": "3.2.2",
"resolved": "https://registry.npmjs.org/react-native-swiper-flatlist/-/react-native-swiper-flatlist-3.2.2.tgz",
"integrity": "sha512-VVtxJCb2QHGA3ZpLiFqEHv6wyTlnlov5kL0dPKCb9Kc/W1wx8x2ZRFJU2Xja60CKbXDr5zwpxRayBm3bLgFEPg==",
"peerDependencies": {
"react-native": ">=0.59.0"
}
},
"node_modules/react-native-tooltips": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/react-native-tooltips/-/react-native-tooltips-1.0.3.tgz",