You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Use <AppText> instead of <Text>. The <AppText> component is located in 'components/AppText'. We are using this because it has a custom font and some other features.",
20
+
"Use <AppText> instead of <Text>. The <AppText> component is located in 'components/ui/AppText'. We are using this because it has a custom font and some other features.",
21
+
},
22
+
{
23
+
name: "expo-image",
24
+
importNames: ["Image"],
25
+
message:
26
+
"Use <AppImage> instead of <Image>. The <AppImage> component is located in 'components/ui/AppImage'. We are using this because it can be styled with NativeWind and has some other features.",
27
+
},
28
+
{
29
+
name: "react-native",
30
+
importNames: ["Image"],
31
+
message:
32
+
"Use <AppImage> instead of <Image>. The <AppImage> component is located in 'components/ui/AppImage'. We are using this because it can be styled with NativeWind and has some other features.",
"Use <AppText> instead of <Text>. The <AppText> component is located in 'components/AppText'. We are using this because it has a custom font and some other features.",
43
+
"Use <AppText> instead of <Text>. The <AppText> component is located in 'components/ui/AppText'. We are using this because it has a custom font and some other features.",
44
+
},
45
+
{
46
+
selector: "JSXOpeningElement[name.name='Image']",
47
+
message:
48
+
"Use <AppImage> instead of <Image>. The <AppImage> component is located in 'components/ui/AppImage'. We are using this because it can be styled with NativeWind and has some other features.",
0 commit comments