Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For loop doesn't render well. #1

Closed
lilpolymath opened this issue Aug 16, 2019 · 1 comment
Closed

For loop doesn't render well. #1

lilpolymath opened this issue Aug 16, 2019 · 1 comment

Comments

@lilpolymath
Copy link
Owner

let rows = []; for (let i = 0; i < 4; i++) { let row = []; for (let j = 0; j < 3; j++) { row.push(<TouchableOpacity><Text>{i + j}</Text></TouchableOpacity>); } rows.push(<View style={styles.row}> {i + j} </View>); } }

this line of code is currently having issues with fitting in correctly.

@lilpolymath
Copy link
Owner Author

Fixed the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant