react native - ReactNative : NavigatorExperimental : NavigationCardStack seems to have default grey background. How to to remove it? -


my app fullscreen background image wraps navigationcardstack.

<image source={bkg} style={styles.backgroundimage}>         <navigationcardstack           navigationstate={this.state.navstate}           onnavigate={this._handleaction.bind(this)}           renderscene={this._renderscene.bind(this)}           style={styles.navigator}         />       </image> 

i tried add style background: 'transparent' navigationcardstack it's not working.

any idea?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -