Merge branch 'refactor/major-changes' into dev
ClOSES #8
Showing
{ | ||
"name": "beasy-mobile", | ||
"name": "barnoinpay-mobile", | ||
"version": "1.0.0", | ||
"main": "node_modules/expo/AppEntry.js", | ||
"scripts": { | ||
... | ... | @@ -11,19 +11,26 @@ |
"format": "biome format --no-errors-on-unmatched --write .", | ||
"lint": "biome lint --no-errors-on-unmatched --apply .", | ||
"biome-check": "biome check --no-errors-on-unmatched --apply .", | ||
"prepare": "husky" | ||
"prepare": "husky", | ||
"version": "conventional-changelog && git add CHANGELOG.md" | ||
}, | ||
"dependencies": { | ||
"@gorhom/bottom-sheet": "^5", | ||
"@react-native-async-storage/async-storage": "2.1.2", | ||
"@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", | ||
"@react-navigation/bottom-tabs": "^7.4.6", | ||
"@react-navigation/native": "^7.1.17", | ||
"@react-navigation/native-stack": "^7.3.25", | ||
"@reduxjs/toolkit": "^2.8.2", | ||
"@shopify/flash-list": "1.7.6", | ||
"@shopify/restyle": "^2.4.4", | ||
"@tanstack/react-query": "^5.35.1", | ||
"axios": "^1.6.8", | ||
"expo": "53.0.22", | ||
"expo-build-properties": "~0.14.8", | ||
"expo-checkbox": "~4.1.4", | ||
"expo-contacts": "~14.2.5", | ||
"expo-dev-client": "~5.2.4", | ||
"expo-image": "~2.4.0", | ||
"expo-local-authentication": "~16.0.5", | ||
"expo-splash-screen": "~0.30.10", | ||
"expo-status-bar": "~2.2.3", | ||
... | ... | @@ -32,28 +39,35 @@ |
"moment": "^2.30.1", | ||
"moti": "^0.29.0", | ||
"react": "19.0.0", | ||
"react-modal-promise": "^1.0.2", | ||
"react-native": "0.79.5", | ||
"react-native-base64": "^0.2.1", | ||
"react-native-date-picker": "5.0.12", | ||
"react-native-gesture-handler": "~2.24.0", | ||
"react-native-keyboard-aware-scroll-view": "^0.9.5", | ||
"react-native-logs": "^5.1.0", | ||
"react-native-qrcode-svg": "^6.3.1", | ||
"react-native-keyboard-controller": "^1.18.5", | ||
"react-native-logs": "^5.3.0", | ||
"react-native-mask-input": "^1.2.3", | ||
"react-native-mmkv": "^3.3.0", | ||
"react-native-qrcode-svg": "^6.3.15", | ||
"react-native-reanimated": "~3.17.4", | ||
"react-native-safe-area-context": "5.4.0", | ||
"react-native-screens": "~4.11.1", | ||
"react-native-svg": "15.11.2", | ||
"react-native-vector-icons": "^10.1.0" | ||
"react-native-vector-icons": "^10.1.0", | ||
"react-redux": "^9.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.20.0", | ||
"@biomejs/biome": "1.7.1", | ||
"@biomejs/biome": "^2.2.0", | ||
"@react-native-community/cli": "^15.1.2", | ||
"@types/react": "~19.0.10", | ||
"@types/react-native-base64": "^0.2.2", | ||
"@types/react-native-vector-icons": "^6.4.18", | ||
"conventional-changelog": "^7.1.1", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"prop-types": "^15.8.1", | ||
"react-native-svg-transformer": "^1.5.0", | ||
"typescript": "~5.8.3" | ||
}, | ||
"private": true | ||
... | ... |
src/appStylingPrimitives/README.MD
0 → 100644
src/appStylingPrimitives/asp.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/appStylingPrimitives/tokens.ts
0 → 100644
src/axios/index.ts
0 → 100644
src/components/Balance.tsx
0 → 100644
src/components/BalanceContainer.tsx
deleted
100644 → 0
src/components/BarnoinPayBackground.tsx
0 → 100644
src/components/GoBackIconButton.tsx
deleted
100644 → 0
src/components/InputWithTopLabel.tsx
deleted
100644 → 0
src/components/Modal.tsx
0 → 100644
src/components/PaymentOption.tsx
deleted
100644 → 0
src/components/bases/ButtonBase.tsx
deleted
100644 → 0
src/components/bases/Card.tsx
deleted
100644 → 0
src/components/bases/Text.tsx
deleted
100644 → 0
src/components/modals/ErrorModal.tsx
deleted
100644 → 0
src/components/modals/MyModal.tsx
deleted
100644 → 0
File moved
src/contexts/Types.ts
deleted
100644 → 0
src/features/auth/api.ts
0 → 100644
src/features/auth/components/LoginForm.tsx
0 → 100644
src/features/auth/slice.ts
0 → 100644
src/features/auth/types.ts
0 → 100644
src/features/pay/api.ts
0 → 100644
src/features/pay/components/PaymentType.tsx
0 → 100644
src/features/pay/types.ts
0 → 100644
src/hooks/useOrangeMoney.tsx
deleted
100644 → 0
src/hooks/useTransactionsHistory.tsx
deleted
100644 → 0
src/hooks/useWave.tsx
deleted
100644 → 0
src/redux/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/styles/Commons.tsx
deleted
100644 → 0
src/utils/assetsCache.tsx
deleted
100644 → 0
src/utils/axiosRequest.ts
deleted
100644 → 0
src/utils/requests/orangePayment.ts
deleted
100644 → 0
src/utils/requests/transactions.ts
deleted
100644 → 0
src/utils/requests/types.ts
deleted
100644 → 0
src/utils/requests/wavePayment.ts
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment