react-native-gridview
react-native-gridview copied to clipboard
If i have odd number of records then last record shows centre of the screen, but it need to show in left side
If i have odd number of records then last record shows centre of the screen. but my motto is last record must be in left side
const ITEMS_PER_ROW = 2 <GridView items={this.state.dataSource} itemsPerRow={ITEMS_PER_ROW} renderItem={this.listOfPatients} />
