from 'react';
import {
TouchableHighlight,
Text,
StyleSheet,
Image
} from 'react-native';
export...//配置样式列表
const keyButtonStyles = StyleSheet.create({
//正常按钮样式
buttonStyleNormal:{
flex:1,
backgroundColor...:'#323637',
justifyContent: 'center',
},
//特殊按钮样式
buttonStyleSpecial:{
flex:1,
backgroundColor...container:{
flex:1,
flexDirection:'column',
backgroundColor:'black'
},
//显示屏的样式
screenView...:{
flex:3,
backgroundColor:'#f06d30'
},
//键盘的样式
keyboardView:{
flex:7,
backgroundColor: