Skip to content

Commit

Permalink
chore!: bump to SDK 50 (#220)
Browse files Browse the repository at this point in the history
* upgrade apps

* update readmes

* update

* update typescript types

* update libs

* ✓ ios-stickers tested

* update android branch

* ✓ branch

* ✓ dynamic app icon (ios)

* Update yarn.lock

* ✓ react-native-pdf

* ✓ react-native-webrtc

* wip

* ✓ detox

* drop build folder

* update format

* update to node 18

* add faster template

* update prettier

* lint fix
  • Loading branch information
EvanBacon authored Feb 6, 2024
1 parent ace4549 commit fa4397d
Show file tree
Hide file tree
Showing 137 changed files with 3,870 additions and 2,613 deletions.
91 changes: 0 additions & 91 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["16", "18"]
node: ["18"]
name: Build with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["16", "18"]
node: ["18"]
package: [
# Manually add packages here
detox,
Expand Down
6 changes: 3 additions & 3 deletions apps/app/App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { default } from './src/detox/App';
// export { default } from './src/android-jsc-intl/App';
// export { default } from './src/android-jsc-adjust/App';
export { default } from "./src/detox/App";
// export { default } from "./src/android-jsc-intl/App";
// export { default } from "./src/react-native-adjust/App";
2 changes: 1 addition & 1 deletion apps/app/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"expo": {
"name": "detox",
"name": "detoxapp",
"slug": "app",
"version": "1.0.0",
"orientation": "portrait",
Expand Down
6 changes: 0 additions & 6 deletions apps/app/babel.config.js

This file was deleted.

5 changes: 2 additions & 3 deletions apps/app/detox.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const iosName = "detox";
const emulator = "Pixel_6_Pro_API_33";
const iosName = "detoxapp";
const simulator = "iPhone 14 Pro";
const derivedDataPath = "ios/build";
const sdk = "iphonesimulator";
Expand Down Expand Up @@ -56,7 +55,7 @@ module.exports = {
emulator: {
type: "android.emulator",
device: {
avdName: emulator,
avdName: "Pixel_6_Pro_API_33",
},
},
},
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 0 additions & 6 deletions apps/app/metro.config.js

This file was deleted.

22 changes: 11 additions & 11 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@
"@config-plugins/detox": "*",
"@config-plugins/react-native-adjust": "*",
"@config-plugins/react-native-callkeep": "*",
"detox": "^20.11.0",
"expo": "^49.0.3",
"expo-localization": "~14.3.0",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"detox": "^20.17.0",
"expo": "~50.0.5",
"expo-localization": "~14.8.3",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"fbjs": "^0.8.18",
"i18n-js": "^3.8.0",
"luxon": "^1.27.0",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-adjust": "^4.33.0",
"react-native-callkeep": "^4.3.9",
"react-native-safe-area-context": "4.6.3"
"react-native": "0.73.3",
"react-native-adjust": "~4.37.1",
"react-native-callkeep": "~4.3.12",
"react-native-safe-area-context": "4.8.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@types/jest": "^29.4.0",
"@types/luxon": "^1.27.1",
"@types/react": "~18.2.14",
"@types/react": "~18.2.45",
"babel-jest": "^29.5.0",
"jest": "^29.2.1",
"jest-circus": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^5.1.3"
"typescript": "^5.3.0"
},
"private": true
}
3 changes: 2 additions & 1 deletion apps/apple-settings/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"name": "apple-settings",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=1832BA"
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=1832BA",
"platforms": ["ios"]
}
}
12 changes: 6 additions & 6 deletions apps/apple-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@config-plugins/ios-stickers": "*",
"@react-native-community/slider": "^4.4.2",
"@react-native-picker/picker": "2.4.10",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"@react-native-community/slider": "~4.5.0",
"@react-native-picker/picker": "~2.6.1",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3"
"react-native": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
10 changes: 5 additions & 5 deletions apps/ffmpeg-kit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"ffmpeg-kit-react-native": "^5.1.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"ffmpeg-kit-react-native": "^6.0.2",
"react": "18.2.0",
"react-native": "0.72.3"
"react-native": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
1 change: 1 addition & 0 deletions apps/ios-stickers/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "stickers",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=1832BA",
"platforms": ["ios"],
"plugins": [
[
"@config-plugins/ios-stickers",
Expand Down
Binary file not shown.
9 changes: 5 additions & 4 deletions apps/ios-stickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"prebuild": "expo prebuild -p ios --template ./expo-template-bare-minimum-50.0.17.tgz",
"ios": "expo run:ios",
"android": "expo run:android"
},
"dependencies": {
"@config-plugins/ios-stickers": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3"
"react-native": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
10 changes: 5 additions & 5 deletions apps/react-native-branch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@config-plugins/react-native-branch": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-branch": "^5.9.0"
"react-native": "0.73.3",
"react-native-branch": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
1 change: 1 addition & 0 deletions apps/react-native-dynamic-app-icon/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"expo": {
"name": "app-icon",
"icon": "./assets/icons/winter.png",
"platforms": ["ios"],
"plugins": [
[
"@config-plugins/react-native-dynamic-app-icon",
Expand Down
8 changes: 4 additions & 4 deletions apps/react-native-dynamic-app-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@config-plugins/react-native-dynamic-app-icon": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native": "0.73.3",
"react-native-dynamic-app-icon": "^1.1.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions apps/react-native-dynamic-app-icon/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"compilerOptions": {},
"extends": "expo/tsconfig.base"
}
8 changes: 4 additions & 4 deletions apps/react-native-google-cast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"dependencies": {
"@config-plugins/react-native-google-cast": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native": "0.73.3",
"react-native-google-cast": "^4.6.2"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions apps/react-native-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"@config-plugins/react-native-blob-util": "*",
"@config-plugins/react-native-pdf": "*",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo": "~50.0.5",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3",
"react-native-blob-util": "^0.18.3",
"react-native-pdf": "^6.7.1"
"react-native": "0.73.3",
"react-native-blob-util": "^0.19.6",
"react-native-pdf": "^6.7.4"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/react-native-pdf/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SafeAreaView, StyleSheet, useWindowDimensions } from "react-native";
import Pdf from "react-native-pdf";

const source = {
uri: "http://samples.leanpub.com/thereactnativebook-sample.pdf",
uri: "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
cache: true,
};
export default function App() {
Expand Down
6 changes: 2 additions & 4 deletions apps/react-native-siri-shortcut/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
"expo": {
"name": "siri xcut",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=82FAD4",
"platforms": ["ios"],
"plugins": [
[
"@config-plugins/react-native-siri-shortcut",
[
"com.example.InitiateWorkout",
"com.example.FinishWorkout"
]
["com.example.InitiateWorkout", "com.example.FinishWorkout"]
]
]
}
Expand Down
Loading

0 comments on commit fa4397d

Please sign in to comment.