Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ module.exports = (api) => {
},
},
],
require.resolve('expo-router/babel'),
],
};
};
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,24 @@
"prepare": "husky install"
},
"dependencies": {
"expo": "^49.0.5",
"expo": "^51.0.18",
"expo-constants": "~14.4.2",
"expo-linking": "~5.0.2",
"expo-router": "2.0.0",
"expo-splash-screen": "~0.20.4",
"expo-router": "^3.5.17",
"expo-splash-screen": "^0.27.5",
"expo-status-bar": "~1.6.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.3",
"react-dom": "18.2.0",
"react-native": "^0.72.15",
"react-native-gesture-handler": "~2.9.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
"react-native-web": "~0.19.6"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@config-plugins/detox": "^6.0.0",
"@config-plugins/detox": "^8.0.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react-native": "^12.1.3",
"@types/detox": "^18.1.0",
Expand All @@ -49,8 +50,9 @@
"@types/react-native": "^0.72.2",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"babel-plugin-module-resolver": "^5.0.2",
"detox": "^20.11.1",
"eas-cli": "^3.17.1",
"eas-cli": "^10.1.1",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand All @@ -73,7 +75,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"rimraf": "^5.0.1",
"tailwindcss": "3.3.2",
"tailwindcss": "^3.3.2",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR and I'm sorry for the delay, now I'm fully back.

It seems nativewind 2 only works with [email protected]: https://www.nativewind.dev/quick-starts/expo

I think it's better to fix the version to 3.3.2

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commited a new package.json

"typescript": "^5.1.6"
}
}