Skip to content

Commit

Permalink
feat: add SDK 46 support (#114)
Browse files Browse the repository at this point in the history
* updated all modules to SDK 46

* chore: drop all semantics

* feat: fix all plugins

* feat: update versions

* fix: format

fix ffmpeg

fix detox

fix google cast

* Update lint-md.yml
  • Loading branch information
EvanBacon authored Aug 8, 2022
1 parent fc16d69 commit dca3987
Show file tree
Hide file tree
Showing 119 changed files with 5,094 additions and 6,676 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: yarn install --frozen-lockfile --check-files
- run: npx remark --use validate-links . .github
37 changes: 0 additions & 37 deletions .github/workflows/release.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .releaserc.js

This file was deleted.

4 changes: 2 additions & 2 deletions apps/app/app.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"expo": {
"name": "app",
"name": "detox",
"slug": "app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "https://icogen.vercel.app/api/icon",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=ffffff",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
Expand Down
22 changes: 10 additions & 12 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,26 @@
"@config-plugins/detox": "*",
"@config-plugins/react-native-adjust": "*",
"@config-plugins/react-native-callkeep": "*",
"expo": "^45.0.0",
"detox": "^19.6.9",
"expo-localization": "~13.0.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.1",
"expo": "~46.0.2",
"expo-localization": "~13.1.0",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.3",
"fbjs": "^0.8.18",
"i18n-js": "^3.8.0",
"luxon": "^1.27.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react": "18.0.0",
"react-native": "0.69.3",
"react-native-adjust": "^4.29.6",
"react-native-callkeep": "^4.3.3",
"react-native-safe-area-context": "4.2.4",
"react-native-web": "0.17.7"
"react-native-safe-area-context": "4.3.1",
"react-dom": "18.0.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-jsx": "^7.16.0",
"@expo/metro-config": "~0.3.7",
"@expo/xcpretty": "^4.1.2",
"@types/jest": "^26.0.19",
"@types/luxon": "^1.27.1",
"@types/react": "~17.0.21",
Expand Down
3 changes: 2 additions & 1 deletion apps/ffmpeg-kit-react-native/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon",
"name": "ffmpeg",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=4294F2",
"plugins": [
[
"@config-plugins/ffmpeg-kit-react-native",
Expand Down
16 changes: 8 additions & 8 deletions apps/ffmpeg-kit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"ffmpeg-kit-react-native": "^4.5.1",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"ffmpeg-kit-react-native": "^4.5.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
3 changes: 2 additions & 1 deletion apps/ios-stickers/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon",
"name": "stickers",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=1832BA",
"plugins": [
[
"@config-plugins/ios-stickers",
Expand Down
14 changes: 7 additions & 7 deletions apps/ios-stickers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@config-plugins/ios-stickers": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
3 changes: 2 additions & 1 deletion apps/react-native-ble-plx/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon?icon=1f9b7&color_hex=0000ff",
"name": "ble-plx",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=072462",
"plugins": [
"@config-plugins/react-native-ble-plx"
]
Expand Down
22 changes: 11 additions & 11 deletions apps/react-native-ble-plx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"dependencies": {
"@config-plugins/react-native-ble-plx": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-ble-plx": "^2.0.3",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"typescript": "~4.3.5"
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"typescript": "^4.6.3"
},
"private": true
}
3 changes: 2 additions & 1 deletion apps/react-native-branch/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon?icon=1f334",
"name": "branch",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=1749A5",
"ios": {
"config": {
"branch": {
Expand Down
16 changes: 8 additions & 8 deletions apps/react-native-branch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@config-plugins/react-native-branch": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-branch": "^5.4.0",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-branch": "5.4.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
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
@@ -1,5 +1,6 @@
{
"expo": {
"name": "app-icon",
"icon": "./assets/icons/winter.png",
"plugins": [
[
Expand Down
14 changes: 7 additions & 7 deletions apps/react-native-dynamic-app-icon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@config-plugins/react-native-dynamic-app-icon": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-dynamic-app-icon": "^1.1.0",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
3 changes: 2 additions & 1 deletion apps/react-native-google-cast/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon",
"name": "google-cast",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=85C1F6",
"plugins": [
"@config-plugins/react-native-google-cast"
]
Expand Down
14 changes: 7 additions & 7 deletions apps/react-native-google-cast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
},
"dependencies": {
"@config-plugins/react-native-google-cast": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-google-cast": "^4.1.2",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
3 changes: 2 additions & 1 deletion apps/react-native-pdf/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"expo": {
"icon": "https://icogen.vercel.app/api/icon?icon=🎆",
"name": "pdf",
"icon": "https://icogen.vercel.app/api/icon?icon=🔌&color_hex=4190F7",
"plugins": [
"@config-plugins/react-native-blob-util",
"@config-plugins/react-native-pdf"
Expand Down
14 changes: 7 additions & 7 deletions apps/react-native-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"dependencies": {
"@config-plugins/react-native-blob-util": "*",
"@config-plugins/react-native-pdf": "*",
"expo": "^45.0.0",
"expo-splash-screen": "~0.15.1",
"react": "17.0.2",
"react-native": "0.68.2",
"expo": "~46.0.2",
"expo-splash-screen": "~0.16.1",
"expo-status-bar": "~1.4.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-blob-util": "^0.16.0",
"react-native-pdf": "^6.5.0",
"expo-status-bar": "~1.3.0",
"react-dom": "17.0.2",
"react-native-web": "0.17.7"
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.12.9"
Expand Down
Loading

0 comments on commit dca3987

Please sign in to comment.