I'm using https://github.com/wix/react-native-calendars and I want to have agenda inside my header view. Something like that:
<View style={{ flex: 1 ,backgroundColor: '#269BB9' }}>
<CustomHeader {...this.props} />
<AgendaDiary navigation={this.props.navigation}/>
</View>
AgendaDiary is my agenda. How can I do that. Look that example: