Merge branch 'dev' into 'main'
Dev
See merge request !1
Showing
assets/background_content_white.png
0 → 100644
44.4 KB
assets/background_content_white2.png
0 → 100644
50.4 KB
assets/balance_container.png
0 → 100644
5.53 KB
assets/beasy_background.png
0 → 100644
21.8 KB
assets/beasy_default.png
0 → 100644
125 KB
assets/beasy_icon.png
0 → 100644
31.8 KB
assets/beasy_splash.png
0 → 100644
123 KB
assets/logo_beasy.png
0 → 100644
13.6 KB
assets/operators/moov_money.png
0 → 100644
8.64 KB
assets/operators/mtn_money.png
0 → 100644
5.29 KB
assets/operators/orange_money.png
0 → 100644
1.51 KB
assets/operators/visa_card.png
0 → 100644
1.92 KB
assets/operators/wave_money.png
0 → 100644
3.92 KB
assets/payment_processing.png
0 → 100644
31.6 KB
media/beasy_banner.png
0 → 100644
29.4 KB
... | ... | @@ -13,10 +13,16 @@ |
"prepare": "husky" | ||
}, | ||
"dependencies": { | ||
"@react-navigation/bottom-tabs": "^7.0.0-alpha.22", | ||
"@react-navigation/native": "^7.0.0-alpha.18", | ||
"@react-navigation/native-stack": "^7.0.0-alpha.20", | ||
"@shopify/restyle": "^2.4.4", | ||
"expo": "~50.0.14", | ||
"expo-status-bar": "~1.11.1", | ||
"react": "18.2.0", | ||
"react-native": "0.73.6" | ||
"react-native": "0.73.6", | ||
"react-native-safe-area-context": "4.8.2", | ||
"react-native-screens": "~3.29.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
... | ... |
src/components/BalanceContainer.tsx
0 → 100644
src/components/BeasyLogoIcon.tsx
0 → 100644
src/components/Button.tsx
0 → 100644
src/components/Card.tsx
0 → 100644
src/components/ContainerBorderTopCurved.tsx
0 → 100644
src/components/GoBackIconButton.tsx
0 → 100644
src/components/Input.tsx
0 → 100644
src/components/NotificationIconButton.tsx
0 → 100644
src/components/PaymentOption.tsx
0 → 100644
src/components/bases/Box.tsx
0 → 100644
src/components/bases/ButtonBase.tsx
0 → 100644
src/components/bases/Text.tsx
0 → 100644
src/contexts/UserAuthenticationContext.tsx
0 → 100644
src/navigations/BottomTabs.tsx
0 → 100644
src/navigations/InitialNavigationHandler.tsx
0 → 100644
src/navigations/PaymentStackNavigation.tsx
0 → 100644
src/navigations/Types.ts
0 → 100644
src/screens/HomePageWithPaymentOptions.tsx
0 → 100644
src/screens/HomeUserNotLoggedIn.tsx
0 → 100644
src/screens/NumberAndOtpForPaymentScreen.tsx
0 → 100644
src/screens/PaymentAmountInputScreen.tsx
0 → 100644
src/screens/UserLoginScreen.tsx
0 → 100644
src/styles/Commons.tsx
0 → 100644
src/themes/Theme.tsx
0 → 100644
src/themes/Variants.tsx
0 → 100644
This diff is collapsed.
Click to expand it.