Skip to content

Commit

Permalink
chore: use expo49
Browse files Browse the repository at this point in the history
  • Loading branch information
achorein committed Mar 1, 2024
1 parent f527685 commit 1db08db
Show file tree
Hide file tree
Showing 9 changed files with 5,112 additions and 3,331 deletions.
10 changes: 5 additions & 5 deletions example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"postinstall": "patch-package"
},
"dependencies": {
"expo": "^50.0.7",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo": "^49.0.22",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.73.4"
"react-native": "0.72.10"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/core": "^7.18.6",
"@types/react": "~18.2.45",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.50.0",
Expand Down
1,957 changes: 1,077 additions & 880 deletions example/basic/yarn.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions example/expo-router/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = function (api) {
return {
presets: ["babel-preset-expo"],
plugins: [
"expo-router/babel",
[
"module-resolver",
{
Expand Down
19 changes: 9 additions & 10 deletions example/expo-router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "expo-share-intent-example",
"name": "expo-share-intent-example-router",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
Expand All @@ -16,17 +16,16 @@
"postinstall": "patch-package"
},
"dependencies": {
"expo": "^50.0.7",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.7",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo": "^49.0.22",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"patch-package": "^8.0.0",
"react": "18.2.0",
"react-native": "0.73.4",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0"
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
2,269 changes: 1,174 additions & 1,095 deletions example/expo-router/yarn.lock

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-share-intent",
"version": "1.0.0",
"version": "0.2.0",
"description": "use native share intent for ios and android with expo",
"homepage": "https://github.com/achorein/expo-share-intent/",
"repository": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"expo-module": "expo-module"
},
"dependencies": {
"@expo/config-plugins": "~7.8.4",
"@expo/config-plugins": "~7.2.2",
"expo-constants": "~14.4.2",
"expo-linking": "~6.2.2"
"expo-linking": "~5.0.2"
},
"resolutions": {
"string-width": "^4",
Expand All @@ -68,7 +68,7 @@
"peerDependencies": {
"expo": ">=49.0.0",
"expo-constants": ">=14.4.2",
"expo-linking": ">=6.2.2",
"expo-linking": ">=5.0.2",
"react": "*",
"react-native": "*"
},
Expand All @@ -77,8 +77,8 @@
"@types/react": "^18.0.25",
"@types/react-native": "^0.69.5",
"eslint": "^8.50.0",
"expo-module-scripts": "^3.4.1",
"expo-modules-core": "^1.11.8",
"expo-module-scripts": "^2.1.0",
"expo-modules-core": "^1.11.9",
"prettier": "^3.2.5",
"release-it": "^17.1.1"
}
Expand Down
3 changes: 2 additions & 1 deletion plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "expo-module-scripts/tsconfig.plugin",
"compilerOptions": {
"outDir": "build",
"rootDir": "src"
"rootDir": "src",
"lib": ["ES2021.String"]
},
"include": ["./src"],
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"outDir": "./build"
},
"include": ["./src"],
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
"exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__stories__/*"]
}
4,170 changes: 2,837 additions & 1,333 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 1db08db

Please sign in to comment.