码迷,mamicode.com
首页 > 其他好文 > 详细

ReactNative关于Can’t find variable: XXX

时间:2020-06-02 13:01:27      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:报错   resource   require   span   必须   color   组件   import   sheet   

RN项目凡是看到 Can’t find variable: XXX

 

均是由于没有 从react-native 中导入 所引起的

比如:

你使用<Image/>

你必须在头部导入Image

import {
  Platform,
  StyleSheet,
  Text,
  View,
  Image,
  ImageRequireSource
} from ‘react-native‘;
 
这样在使用<image /> 组件就不会报错了。

ReactNative关于Can’t find variable: XXX

标签:报错   resource   require   span   必须   color   组件   import   sheet   

原文地址:https://www.cnblogs.com/zqblog1314/p/13030253.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!