Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #270 from Gabriel29306/LocalStorage-edit
Browse files Browse the repository at this point in the history
[Fix] feat(devSettings): pouvoir éditer les valeurs du localStorage
  • Loading branch information
LeGeek01 authored Jun 14, 2024
2 parents 874830a + dd96543 commit b92b16e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/Settings/DevSettings/LocalStorageViewScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ function RenderItem({ item }) {
</NativeItem>
);
if(editing) return (
<NativeItem style={styles.entryContainer}
<NativeItem
style={styles.entryContainer}
innerStyle={{flex: 1}}
leading={
<View>
<Pencil size={24} color={UIColors.text} style={styles.leftIcon} />
Expand Down

0 comments on commit b92b16e

Please sign in to comment.