Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
laffed committed Aug 31, 2023
1 parent 3083cf1 commit b75f1db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@laffed/expo-redux-template",
"description": "TS-RTK, Expo-47 Template",
"version": "1.4.1",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "https://github.com/laffed/expo-redux-template.git"
Expand Down
1 change: 1 addition & 0 deletions src/components/SafeScreen/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
StyleSheet, ViewStyle
} from 'react-native';


export const styles = StyleSheet.create<{
container: ViewStyle
}>({
Expand Down
2 changes: 1 addition & 1 deletion src/containers/ProfileScreen/ProfileScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SafeScreen } from '@app/components';

export const ProfileScreen: VFC<TabStackScreenProp<TabRoutes.PROFILE>> = () => {
return (
<SafeScreen omittedEdges={['bottom']}>
<SafeScreen omittedEdges={ ['bottom'] }>
{ null }
</SafeScreen>
);
Expand Down

0 comments on commit b75f1db

Please sign in to comment.