-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
I can't scroll down on my app. I have the following style:
list: { justifyContent: 'space-between', flexWrap: 'wrap', flexDirection: 'row', alignItems: 'flex-start', }, item: { backgroundColor: '#CCC', margin: 10, width: 100, height: 80, fontSize: 25, fontWeight: 'bold', textAlign: 'center', textAlignVertical: 'center', },
I am using RN 0.41. Can the version be the reason?
Metadata
Metadata
Assignees
Labels
No labels