小编kkk*_*kkk的帖子

我为什么要使用React原生StyleSheet?

我为什么要用这个:

const styles = StyleSheet.create({
    ...
});
Run Code Online (Sandbox Code Playgroud)

而不是这个:

const styles = {
    ...
};
Run Code Online (Sandbox Code Playgroud)

StyleSheet提供的属性对我来说似乎不太需要.

stylesheet react-native

7
推荐指数
1
解决办法
828
查看次数

标签 统计

react-native ×1

stylesheet ×1