Skip to content

Commit

Permalink
chore!: bump to SDK 49 (#180)
Browse files Browse the repository at this point in the history
* bump

* Update yarn.lock

* drop default babel and metro configs

* reduce gitignores

* drop unused config files

* drop unused and web

* drop unused gitignores

* update and drop lodash

* yarn

* bump tested by

* bump all

* update

* Update app.json

* Update README.md

* bump kotlin

* update tests
  • Loading branch information
EvanBacon committed Jul 14, 2023
1 parent 79d4649 commit 006142c
Show file tree
Hide file tree
Showing 106 changed files with 1,210 additions and 2,070 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ packages/@*/*/build/**

apps/*/ios/*
apps/*/android/*
apps/*/web-build/*
apps/*/web-build/*
apps/*/dist/*
4 changes: 0 additions & 4 deletions apps/app/.expo-shared/assets.json

This file was deleted.

80 changes: 1 addition & 79 deletions apps/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,80 +1,2 @@
node_modules/**/*
.expo/*
npm-debug.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
*.orig.*
web-build/

# macOS
.DS_Store


/artifacts

/scripts/start.command
/ios
/android
# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8
# The following patterns were generated by expo-cli

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof

# node.js
#
node_modules/
npm-debug.log
yarn-error.log

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# Bundle artifacts
*.jsbundle

# CocoaPods
/ios/Pods/

# Expo
.expo/
web-build/
dist/

# @end expo-cli
/artifacts
66 changes: 0 additions & 66 deletions apps/app/CHANGELOG.md

This file was deleted.

5 changes: 2 additions & 3 deletions apps/app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
"@config-plugins/detox",
"@config-plugins/react-native-adjust",
"@config-plugins/react-native-callkeep",
"@config-plugins/react-native-blob-util",
"@config-plugins/react-native-pdf",
"@config-plugins/android-jsc-intl"
"@config-plugins/android-jsc-intl",
"expo-localization"
]
}
}
2 changes: 1 addition & 1 deletion apps/app/detox.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const iosName = "app";
const iosName = "detox";
const emulator = "Pixel_6_Pro_API_33";
const simulator = "iPhone 14 Pro";
const derivedDataPath = "ios/build";
Expand Down
23 changes: 10 additions & 13 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,34 +25,31 @@
"@config-plugins/detox": "*",
"@config-plugins/react-native-adjust": "*",
"@config-plugins/react-native-callkeep": "*",
"detox": "^20.5.0",
"expo": "~48.0.6",
"expo-localization": "~14.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"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",
"fbjs": "^0.8.18",
"i18n-js": "^3.8.0",
"luxon": "^1.27.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native": "0.72.3",
"react-native-adjust": "^4.33.0",
"react-native-callkeep": "^4.3.7",
"react-native-safe-area-context": "4.5.0",
"react-native-web": "~0.18.9"
"react-native-callkeep": "^4.3.9",
"react-native-safe-area-context": "4.6.3"
},
"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.0.27",
"@types/react": "~18.2.14",
"babel-jest": "^29.5.0",
"jest": "^29.2.1",
"jest-circus": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
"typescript": "^5.1.3"
},
"private": true
}
2 changes: 1 addition & 1 deletion apps/app/scripts/start-metro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ else
commandFile=$(dirname "$0")/start.command
cat > ${commandFile} << EOF
cd "\$(dirname "\$0")/.."
# Run 'react-native start --help' to get more parameters
# Run 'npx expo start --help' to get more parameters
yarn start --port ${port}
EOF
# execute the file in a new command line window
Expand Down
80 changes: 0 additions & 80 deletions apps/ffmpeg-kit-react-native/.gitignore

This file was deleted.

Empty file.
6 changes: 0 additions & 6 deletions apps/ffmpeg-kit-react-native/babel.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions apps/ffmpeg-kit-react-native/metro.config.js

This file was deleted.

10 changes: 4 additions & 6 deletions apps/ffmpeg-kit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
},
"dependencies": {
"@config-plugins/ffmpeg-kit-react-native": "*",
"expo": "~48.0.5",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo": "^49.0.3",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"ffmpeg-kit-react-native": "^5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-web": "~0.18.9"
"react-native": "0.72.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down
Loading

0 comments on commit 006142c

Please sign in to comment.