Skip to content

Commit

Permalink
update expo
Browse files Browse the repository at this point in the history
  • Loading branch information
teticio committed Oct 6, 2022
1 parent f7f9d71 commit bfa638c
Show file tree
Hide file tree
Showing 4 changed files with 3,152 additions and 1,738 deletions.
13 changes: 10 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,20 @@
"android": {
"package": "online.deejai.www",
"versionCode": 12,
"permissions": ["INTERNET"]
},
"permissions": [
"INTERNET"
]
},
"ios": {
"bundleIdentifier": "online.deej-ai",
"buildNumber": "2",
"buildNumber": "3",
"supportsTablet": true,
"icon": "./public/ios-512x512.png"
},
"extra": {
"eas": {
"projectId": "3027f7dd-4a29-4e62-a343-9f473cf94d36"
}
}
}
}
18 changes: 18 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cli": {
"version": ">= 2.2.1"
},
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
},
"preview": {
"distribution": "internal"
},
"production": {}
},
"submit": {
"production": {}
}
}
25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"homepage": "./",
"dependencies": {
"@electron-forge/cli": "^6.0.0-beta.61",
"@react-native-community/slider": "^4.1.7",
"@react-native-picker/picker": "^2.1.0",
"@react-native-community/slider": "4.2.3",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@testing-library/jest-dom": "^5.11.4",
Expand All @@ -23,23 +23,24 @@
"buffer": "^6.0.3",
"electron-is-dev": "^2.0.0",
"electron-squirrel-startup": "^1.0.0",
"expo": "~42.0.0",
"expo-linking": "^2.3.1",
"expo": "~46.0.0",
"expo-linking": "~3.2.2",
"history": "^5.0.1",
"localStorage": "^1.0.4",
"react": "^17.0.2",
"react": "18.0.0",
"react-bootstrap": "^2.0.0-beta.4",
"react-dom": "^17.0.2",
"react-dom": "18.0.0",
"react-icons": "^4.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native": "0.69.6",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-random-values": "^1.7.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-random-values": "~1.8.0",
"react-native-paper": "^4.9.2",
"react-native-svg": "^12.1.1",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-native-webview": "^11.13.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"react-router": "^6.0.0-beta.1",
"react-router-dom": "^6.0.0-beta.1",
"react-scripts": "4.0.3",
Expand Down
Loading

0 comments on commit bfa638c

Please sign in to comment.