Skip to content

Commit

Permalink
fix: create new tailwind process for each platform
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Aug 5, 2023
1 parent d2e42f7 commit 9962158
Show file tree
Hide file tree
Showing 8 changed files with 142 additions and 454 deletions.
2 changes: 1 addition & 1 deletion examples/test/app/(tabs)/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function TabOneScreen() {
return (
<FlatList
data={DATA}
className="bg-green-500 transition-colors"
className="bg-orange-500 transition-colors"
renderItem={({ item }) => <Text>{item.title}</Text>}
keyExtractor={(item) => item.id}
/>
Expand Down
2 changes: 1 addition & 1 deletion examples/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-web-browser": "~12.3.2",
"nativewind": "v4-alpha",
"nativewind": "4.0.0-alpha.2",
"tailwindcss": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 9962158

Please sign in to comment.