File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2727 <img src="https://img.shields.io/codecov/c/github/mgcrea/react-native-tailwind?style=for-the-badge" alt="coverage" />
2828 </a >
2929 <a href =" https://depfu.com/github/mgcrea/react-native-tailwind " >
30- <img src="https://img.shields.io/depfu /dependencies/github/mgcrea/react-native-tailwind ?style=for-the-badge" alt="dependencies status" />
30+ <img src="https://img.shields.io/badge /dependencies-none-brightgreen ?style=for-the-badge" alt="dependencies status" />
3131 </a >
3232</p >
3333
@@ -200,9 +200,7 @@ import { View, Text } from "react-native";
200200export function PlatformCard() {
201201 return (
202202 <View className = " p-4 ios:p-6 android:p-8 bg-white rounded-lg" >
203- <Text className = " text-base ios:text-blue-600 android:text-green-600" >
204- Platform-specific styles
205- </Text >
203+ <Text className = " text-base ios:text-blue-600 android:text-green-600" >Platform-specific styles</Text >
206204 </View >
207205 );
208206}
You can’t perform that action at this time.
0 commit comments