Expo引入nativewind,一些组件的className无效

2024-09-26 15:43:56

app/_layout.tsx 头部加入如下代码,这里只加了Image、LinearGradient组件,其他组件同理

import {cssInterop} from 'nativewind'
import { Image } from 'expo-image';
import {LinearGradient} from "expo-linear-gradient";
cssInterop(Image, { className: "style" });
cssInterop(LinearGradient, { className: "style" });
本文由"putyy"原创,转载无需和我联系,但请注明来自putyy
您的浏览器不支持canvas标签,请您更换浏览器