Chore: Ignore icons on Prettier (#4426)
This commit is contained in:
parent
69349dee6e
commit
2a522158ad
|
@ -24,3 +24,5 @@ npm-debug.log
|
|||
yarn-error.log
|
||||
|
||||
app/i18n/locales/
|
||||
app/containers/CustomIcon/mappedIcons.js
|
||||
app/containers/CustomIcon/selection.json
|
||||
|
|
|
@ -75,7 +75,8 @@ const CloseLivechatView = ({ navigation, route }: IBaseScreen<ChatsStackParamLis
|
|||
<KeyboardView
|
||||
style={{ backgroundColor: colors.auxiliaryBackground }}
|
||||
contentContainerStyle={sharedStyles.container}
|
||||
keyboardVerticalOffset={128}>
|
||||
keyboardVerticalOffset={128}
|
||||
>
|
||||
<ScrollView {...scrollPersistTaps} style={styles.container}>
|
||||
<SafeAreaView>
|
||||
<FormTextInput
|
||||
|
|
Loading…
Reference in New Issue