Cam*_*ous 1 html javascript frontend react-native
初学者问题。错误说它找不到变量:“查看”
我编写了这段代码是为了将设计集成到我的代码中,但它给出了:“找不到变量:查看”我错过了什么
import React from 'react';
import {StyleSheet} from "react-native" ;
export default class MenuButton extends React.Component {
render() {
return (
<View menu={burger.menuIcon}>
</View>
)
}
}
const burger = StyleSheet.create({
menuIcon: {
color : 'rgba(255,255,255,0.0)',
top : 17 ,
height : 5 ,
width : 6 ,
position : 'absolute' ,
margin : 0,
left : 26
}});
Run Code Online (Sandbox Code Playgroud)
我希望一个没有错误的空白屏幕
| 归档时间: |
|
| 查看次数: |
2457 次 |
| 最近记录: |