我需要在屏幕的两端放置两个组件。以下是我的代码。
<View style = {{flexDirection:"row"}}>
<Text>cancel</Text>
<Text style={{justifyContent:"flex-end",alignItems:"flex-end"}}>cancel</Text>
两个按钮彼此靠近,我想将第二个按钮推到屏幕的最右端,而没有空白,如何通过属性来做到这一点?目前无法使用。谢谢。
答案 0 :(得分:2)
您需要执行以下操作
var aspectTypeInterceptor = new StructureMapTypeInterceptor(ObjectFactory.Container, AspectConfiguration);
ObjectFactory.Configure(c => c.RegisterInterceptor(aspectTypeInterceptor));