react native error record

'You are trying to render the global Image variable as a React element. You probably forgot to require Image

var React = require("react-native");
var Image = React.Image;

or var {

  AppRegistry,

  Image,

  StyleSheet,

  Text,

  View,

} = React;

refer:

http://stackoverflow.com/questions/29747649/react-native-image-element-crashing-with-a-uri-location




你可能感兴趣的:(react native error record)