Skip to content

Commit 6c05e3b

Browse files
hamzamekkasdolo
authored andcommitted
feat: add react native edge to edge and fix images
1 parent d93ee11 commit 6c05e3b

File tree

3 files changed

+2532
-3523
lines changed

3 files changed

+2532
-3523
lines changed

app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
8080
'expo-localization',
8181
'expo-router',
8282
['app-icon-badge', appIconBadgeConfig],
83+
["react-native-edge-to-edge"]
8384
],
8485
extra: {
8586
...ClientEnv,

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"react-hook-form": "^7.53.0",
9393
"react-i18next": "^15.0.1",
9494
"react-native": "0.76.2",
95+
"react-native-edge-to-edge": "^1.1.2",
9596
"react-native-flash-message": "^0.4.2",
9697
"react-native-gesture-handler": "~2.20.2",
9798
"react-native-keyboard-controller": "^1.13.2",
@@ -129,8 +130,10 @@
129130
"eslint": "^8.57.0",
130131
"eslint-config-expo": "^7.1.2",
131132
"eslint-config-prettier": "^9.1.0",
133+
"eslint-import-resolver-typescript": "^3.6.3",
132134
"eslint-plugin-i18n-json": "^4.0.0",
133135
"eslint-plugin-jest": "^28.8.3",
136+
"eslint-plugin-import": "^2.31.0",
134137
"eslint-plugin-prettier": "^5.2.1",
135138
"eslint-plugin-react": "^7.37.5",
136139
"eslint-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",

0 commit comments

Comments
 (0)