大图像不会显示在本地反应中

时间:2017-06-18 10:29:39

标签: android react-native react-native-android

尝试加载大图像在react-native中失败。使用较小的图像按预期工作但较大的图像不显示并且不会引发错误。

React-native中图像的大小有限制吗?还是在Android?

import React, { Component } from 'react';
import {
  AppRegistry,
  StyleSheet,
  Text,
  View,
  Image
} from 'react-native';

export default class RobberJob extends Component {
  render() {
    return (
      <View style={styles.container}>
        <Text style={styles.welcome}>
          Welcome to React Native!
        </Text>
        <Text style={styles.instructions}>
          To get started, edit index.android.js
        </Text>
        <Text style={styles.instructions}>
          Double tap R on your keyboard to reload,{'\n'}
          Shake or press menu button for dev menu
        </Text>
        <Image source={require('./assets/map.png')} style={{width:200, height:200}} />
      </View>
    );
  }
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    justifyContent: 'center',
    alignItems: 'center',
    backgroundColor: '#F5FCFF',
  },
  welcome: {
    fontSize: 20,
    textAlign: 'center',
    margin: 10,
  },
  instructions: {
    textAlign: 'center',
    color: '#333333',
    marginBottom: 5,
  },
});

AppRegistry.registerComponent('RobberJob', () => RobberJob);

1 个答案:

答案 0 :(得分:0)

如果您的图像真的很大,请稍等片刻直到它被加载。或者你的形象是白色的?! ; - )

这是你的代码,它有一个很大的(5360×3560)图像并且正常工作:https://repl.it/Iqe9