Quantcast
Channel: Component not rendering in react-native - Stack Overflow
Browsing index pages (2 articles)

Component 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


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 Article

Browsing index pages (2 articles)


Latest Images