ReactNative关于Can’tfindvariable:XXX RN项⽬凡是看到 Can’t find variable: XXX
均是由于没有从react-native 中导⼊所引起的
⽐如:
你使⽤<Image/>
你必须在头部导⼊Image
import {
Platform,
StyleSheet,
reactnative开发Text,
View,
Image,
ImageRequireSource
} from 'react-native';
这样在使⽤<image /> 组件就不会报错了。

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。