Chore: Ignore icons on Prettier (#4426)

This commit is contained in:
Reinaldo Neto 2022-08-11 15:16:04 -03:00 committed by GitHub
parent 69349dee6e
commit 2a522158ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -24,3 +24,5 @@ npm-debug.log
yarn-error.log
app/i18n/locales/
app/containers/CustomIcon/mappedIcons.js
app/containers/CustomIcon/selection.json

View File

@ -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