Adds linter rule for no multi spaces

This commit is contained in:
Sofiya Tepikin
2020-02-16 12:37:19 +01:00
parent 856f6216ee
commit d054187485
7 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ import { shared } from '../i18n/en/labels'
const AppLoadingView = () => {
return (
<View flex={1}>
<View style={{flex:1, justifyContent: 'center'}}>
<View style={{flex:1, justifyContent: 'center'}}>
<AppText style={{alignSelf: 'center'}}>{shared.loading}</AppText>
</View>
</View>
)
}
export default AppLoadingView
export default AppLoadingView