Skip to content

Commit

Permalink
fix: add postinstall for web export
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed May 16, 2024
1 parent 514a48d commit 8328742
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Production-ready starter for Expo (React Native) App! Expo (v50), React Navigati
-[Expo](https://expo.dev) - Built with Expo for cross-platform support
- ⚛️ [React Native](https://reactnative.dev) for building native apps using React
- 💎 Integrate with [NativeWind](https://www.nativewind.dev), Tailwind CSS for React Native v4
- 📁 Expo Router and Expo API
- 📁 Expo Router and Expo API
- 📏 Linter and Code Formatter with [biome](https://biomejs.dev/)
- 🎨 Common components : Icons, ThemeToggle, Avatar, Button, Card, Progress, Text, Tooltip
- 🌗 Dark and light mode - Android Navigation Bar matches mode and Persistant mode
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"ios": "expo run:ios",
"web": "expo start -c --web",
"export": "expo export -p web",
"format": "biome check --no-errors-on-unmatched --apply ."
"format": "biome check --no-errors-on-unmatched --apply .",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.1",
Expand Down

0 comments on commit 8328742

Please sign in to comment.