lundi 6 décembre 2021

Style got break on lock and unlock screen in react native

I am using simple designs in Flatlist in react native

<FlatList
        data={DATA}
        renderItem={renderItem}
        keyExtractor={item => item.id}
      />

I am using this simple flatlist and when lock and unlock my phone my app design got break. why design is breaking.

Aucun commentaire:

Enregistrer un commentaire