Skip to content

Commit

Permalink
Remove the reanimate dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoughlin committed Dec 29, 2023
1 parent 567a55c commit 15c78b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "skyportal-mobile",
"slug": "skyportal",
"version": "1.0.0",
"version": "0.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand All @@ -16,14 +16,15 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.mcoughlin.skyportal"
"buildNumber": 7,
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "com.mcoughlin.skyportal",
"versionCode": 4
"versionCode": 7
},
"web": {
"bundler": "metro",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"react-native-gesture-handler": "~2.12.0",
"react-native-paper": "^4.12.6",
"react-native-picker-select": "^9.0.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6"
Expand Down

0 comments on commit 15c78b9

Please sign in to comment.