Skip to content

Commit bc51aec

Browse files
committed
Update README and configuration files to enhance APK download instructions and add biometric permissions
1 parent 0b0c125 commit bc51aec

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This repository contains the source code for the GetPayIn 3-page store application, built with React Native and Expo. The application is designed with a modern, scalable architecture and a focus on code quality, user experience, and robustness.
44

5+
---
6+
7+
## 📱 Download APK
8+
9+
**Latest Build:** [Download APK](https://expo.dev/accounts/efraim_nabil/projects/GetPayInStore/builds/ffcc83b8-60e4-433e-896e-3e3b50c459b4)
10+
11+
Install this APK on your Android device to test the app.
12+
13+
---
14+
515
## Features Implemented
616

717
### Core Features

app.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727
},
2828
"edgeToEdgeEnabled": true,
2929
"predictiveBackGestureEnabled": false,
30-
"package": "com.anonymous.GetPayInStore"
30+
"package": "com.anonymous.GetPayInStore",
31+
"permissions": [
32+
"android.permission.USE_BIOMETRIC",
33+
"android.permission.USE_FINGERPRINT"
34+
]
3135
},
3236
"web": {
3337
"bundler": "metro",
@@ -46,6 +50,12 @@
4650
],
4751
"experiments": {
4852
"typedRoutes": true
53+
},
54+
"extra": {
55+
"router": {},
56+
"eas": {
57+
"projectId": "42406d72-a5f9-44b4-8b0e-169e00a28c9e"
58+
}
4959
}
5060
}
5161
}

eas.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"build": {
3+
"development": {
4+
"developmentClient": true,
5+
"distribution": "internal"
6+
},
7+
"preview": {
8+
"distribution": "internal",
9+
"android": {
10+
"buildType": "apk"
11+
}
12+
},
13+
"production": {}
14+
}
15+
}

0 commit comments

Comments
 (0)