下面拿Image的source属性和Text的onPress属性作为举例。...Image的source属性
import React, {Component} from 'react';
import {AppRegistry, Image} from 'react-native...import React, {Component} from 'react';
import {AppRegistry, Text, Alert} from 'react-native';
class...import React, {Component} from 'react';
import {AppRegistry, Text, Alert, StyleSheet, View} from 'react-native...import React, {Component} from 'react';
import {AppRegistry, Text, View} from 'react-native';
class Flash