react-native-gridview icon indicating copy to clipboard operation
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

Open atchuthsai468 opened this issue 8 years ago • 0 comments

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} />

screen shot 2017-12-20 at 2 41 49 pm

atchuthsai468 avatar Dec 20 '17 09:12 atchuthsai468