import React, { Component } from 'react';
import {View,Text,Image,StyleSheet,TouchableOpacity} from 'react-native';
import Header from './Header'
export default class My extends Component{
static navigationOptions = ({navigation,screenProps})=>({
tabBarLabel: '我的',
tabBarIcon: ({ focused, tintColor }) => ,
});
render() {
return (
{/* My */}
亲爱的XXXX
分享
分享1
分享2
分享2
分享2
)
}
}
const styles = StyleSheet.create({
tabImg:{
width: 20,
height: 20,
},
headImg:{
width: 40,
height: 40,
},
tabtext:{
fontSize:10,
marginLeft:20
}
})