t-kabaya

Results 2 comments of t-kabaya

setState solve this. You should write setState directly in componentDidMount or componentWillMount ``` componenDidMount = () => { this.setState({width: 500}) } ... contentCntanierStyle={styles.contentContainer(this.state.width)} ... const styles = StyleSheet.create({ contentContainer: (width)...

I solved this problem by applying below commit to my local file. https://github.com/teamplanes/expobook/commit/0570bc1fba1c6673ab0a3d489e11fa3d30c1517e Try!