【发布时间】:2018-09-04 04:37:38
【问题描述】:
<Native.ImageBackground source={props.background ? props.background : background} resizeMode={props.background ? 'cover' : 'repeat'} imageStyle={{width: '100%', height: '100%'}}>
<Native.StatusBar barStyle="light-content" />
<Native.View style={{flex: 1}}>
<Native.ScrollView contentContainerStyle={{flexGrow: 1}}>
<Native.View style={{flex: 1}}>
<Components.RestaurantMenu
menuPassed={this.state.menuReceived[0]}
orderChange={this.orderObjectChange}
orderObject={this.state.orderObject}
/>
</Native.View>
</Native.ScrollView>
</Native.View>
</Native.ImageBackground>
您好,我有这个代码,但幸运的是它没有滚动菜单可能是什么问题,请帮助
【问题讨论】:
标签: javascript android reactjs react-native