Feature/registration page completion #9

Merged
mattdimegs merged 3 commits from feature/registration-page-completion into main 2024-08-30 06:07:22 +00:00
3 changed files with 582 additions and 510 deletions
Showing only changes of commit 9f8204359f - Show all commits

View file

@ -11,7 +11,7 @@ jobs:
permissions: permissions:
contents: read contents: read
pull-requests: write pull-requests: write
runs-on: self-hosted runs-on: ['self-hosted', 'homelab']
steps: steps:
- uses: TimonVS/pr-labeler-action@v5 - uses: TimonVS/pr-labeler-action@v5
with: with:

1086
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"name": "tones", "name": "tones",
"main": "expo-router/entry", "main": "expo-router/entry",
"version": "1.0.1", "version": "1.0.2",
"scripts": { "scripts": {
"start": "expo start", "start": "expo start",
"reset-project": "node ./scripts/reset-project.js", "reset-project": "node ./scripts/reset-project.js",
@ -30,12 +30,12 @@
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-native": "0.74.3", "react-native": "0.74.3",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.16.1", "react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1", "react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5", "react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1", "react-native-screens": "3.31.1",
"react-native-textinput-effects": "^0.6.3", "react-native-textinput-effects": "^0.6.3",
"react-native-ui-kitten": "^4.4.1",
"react-native-web": "~0.19.10", "react-native-web": "~0.19.10",
"styled-components": "^6.1.12" "styled-components": "^6.1.12"
}, },