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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -