↧
Answer by Haider Ali for Component not rendering in react-native
Your code has some styling issues. Try changing you render function with thisrender() { const { cardNo, amount } = this.state return (<View style={{ alignSelf: 'stretch' }}><TextInput...
View ArticleComponent not rendering in react-native
Though I am experienced in React I am very new to react-native. I have tried several answers posted in SO for the same issue but none of them helping me fix the issue.I have App component and the App...
View Article