Skip to content

Commit

Permalink
Upgrade to Expo v49 (#17)
Browse files Browse the repository at this point in the history
* Rebuild the lock with updated package

* Update the UI and hooks to consume smsMessageBody and smsMessageNumber

* Use the latest lib package

* feat: Upgrade Expo to v49

* feat: Upgrade the read-sms package to 5.0.0

* chore: Update Readme

* chore: Rerun npm i

* chore :Changes

* fix: Remove eas-cli from dependencies, and install expo-build-properties
  • Loading branch information
maniac-tech authored Jul 6, 2024
1 parent 5c02ca1 commit 8bdbc86
Show file tree
Hide file tree
Showing 5 changed files with 4,748 additions and 7,391 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ npm-debug.*
*.key
*.mobileprovision
*.orig.*
*.env
web-build/

# macOS
Expand Down
15 changes: 15 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"backgroundColor": "#ffffff"
},
"updates": {
"enabled": true,
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/645044d2-03a2-47c7-be5f-d5ff0f228cb7"
},
Expand All @@ -32,6 +33,20 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-updates",
[
"expo-build-properties",
{
"android": {
"minSdkVersion": 33,
"compileSdkVersion": 33,
"targetSdkVersion": 33,
"buildToolsVersion": "33.0.0"
}
}
]
],
"runtimeVersion": {
"policy": "sdkVersion"
},
Expand Down
Loading

0 comments on commit 8bdbc86

Please sign in to comment.