Skip to content

Commit

Permalink
chore: Update to expo 50 and add privacy manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
chadmuro committed Apr 24, 2024
1 parent 27d6354 commit 234f958
Show file tree
Hide file tree
Showing 4 changed files with 1,441 additions and 1,103 deletions.
27 changes: 24 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"icon": "./assets/icon.png",
"name": "JLPT Study",
"slug": "jlpt-study",
"version": "1.3.0",
"version": "1.3.1",
"plugins": [
"expo-router",
"expo-build-properties",
Expand All @@ -27,8 +27,29 @@
"orientation": "portrait",
"ios": {
"bundleIdentifier": "com.chadmuro.jlptstudy",
"buildNumber": "2",
"supportsTablet": false
"buildNumber": "1",
"supportsTablet": false,
"privacyManifests": {
"NSPrivacyAccessedAPITypes": [
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryFileTimestamp",
"NSPrivacyAccessedAPITypeReasons": ["DDA9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryUserDefaults",
"NSPrivacyAccessedAPITypeReasons": ["CA92.1"]
},
{
"NSPrivacyAccessedAPIType":
"NSPrivacyAccessedAPICategorySystemBootTime",
"NSPrivacyAccessedAPITypeReasons": ["35F9.1"]
},
{
"NSPrivacyAccessedAPIType": "NSPrivacyAccessedAPICategoryDiskSpace",
"NSPrivacyAccessedAPITypeReasons": ["E174.1"]
}
]
}
}
}
}
6 changes: 3 additions & 3 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ module.exports = function (api) {
"transform-inline-environment-variables",
// NOTE: include is optional, you can leave this part out
{
include: ["TAMAGUI_TARGET", "EXPO_ROUTER_APP_ROOT"]
include: ["TAMAGUI_TARGET"],
exclude: ["EXPO_ROUTER_APP_ROOT"]
}
],
[
Expand All @@ -20,8 +21,7 @@ module.exports = function (api) {
logTimings: true
}
],
"react-native-reanimated/plugin",
require.resolve("expo-router/babel")
"react-native-reanimated/plugin"
]
};
};
54 changes: 25 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@
"dependencies": {
"@morrowdigital/watermelondb-expo-plugin": "^2.1.2",
"@nozbe/watermelondb": "^0.27.0",
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-async-storage/async-storage": "1.21.0",
"@tamagui/animations-react-native": "^1.49.10",
"@tamagui/babel-plugin": "^1.49.10",
"@tamagui/config": "^1.49.10",
"@tamagui/font-inter": "^1.49.10",
"@tamagui/lucide-icons": "^1.49.10",
"@tamagui/themes": "^1.49.10",
"dayjs": "^1.11.9",
"expo": "49.0.6",
"expo-build-properties": "~0.8.3",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-font": "11.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-router": "2.0.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo": "^50.0.0",
"expo-build-properties": "~0.11.1",
"expo-clipboard": "~5.0.1",
"expo-constants": "~15.4.6",
"expo-dev-client": "~3.3.11",
"expo-font": "~11.10.3",
"expo-haptics": "~12.8.1",
"expo-linear-gradient": "~12.7.2",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo-store-review": "~6.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "^2.16.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-url-polyfill": "^2.0.0",
"tamagui": "^1.49.10",
"victory-native": "^36.6.12"
Expand All @@ -54,7 +54,7 @@
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@types/react": "~18.2.14",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
Expand All @@ -66,14 +66,10 @@
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.3",
"semantic-release": "19.0.5",
"typescript": "^5.1.3"
},
"resolutions": {
"expo-font": "~11.4.0"
},
"overrides": {
"expo-font": "~11.4.0"
"typescript": "^5.3.0"
},
"resolutions": {},
"overrides": {},
"volta": {
"node": "18.17.0",
"yarn": "3.6.1"
Expand Down
Loading

0 comments on commit 234f958

Please sign in to comment.