0
オーバーテキストオーバーフロー私はこの結果を取得しようとは:mReactNative:画像
これまでのところ私はこの1つ達成:あなたが見ることができるように、円を
をテキストが正しく表示されません。ここで
が私のコードです:
<View style={{overflow:'visible'}}>
<Image style={{flex:1, width:20, height:20, marginRight:20}} source={require('./assets/icon-caddy.png')}>
<View style={{ flex:1, flexDirection:'row', backgroundColor:'#88b148', width: 15, height:15 , position:'absolute', left: 5, top:-5, backgroundColor:'#88b148', borderRadius:50, alignItems:'center', justifyContent:'center'}}>
<Text style={{color:'#fff', fontSize:10 }}>0</Text>
</View>
</Image>
</View>
オーバーフロー属性は、私はそれを削除した場合、結果は同じまま、多くのことを行うようには見えませdoesnの。
ありがとうございました。だからここ