Skip to content

Commit

Permalink
Primary button ready without font family
Browse files Browse the repository at this point in the history
  • Loading branch information
JazzV2 committed Jan 3, 2024
1 parent 69f0b7b commit c8ff96a
Show file tree
Hide file tree
Showing 5 changed files with 18,208 additions and 1,324 deletions.
1 change: 1 addition & 0 deletions App.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import PrimaryButton from '@/components/PrimaryButton';

Check failure on line 1 in App.tsx

View workflow job for this annotation

GitHub Actions / ESLint

App.tsx#L1

'PrimaryButton' is defined but never used. Allowed unused vars must match /_/u (@typescript-eslint/no-unused-vars)

Check warning on line 1 in App.tsx

View workflow job for this annotation

GitHub Actions / ESLint

App.tsx#L1

Run autofix to sort these imports! (simple-import-sort/imports)

Check warning on line 1 in App.tsx

View workflow job for this annotation

GitHub Actions / ESLint

App.tsx#L1

There should be at least one empty line between import groups (import/order)

Check warning on line 1 in App.tsx

View workflow job for this annotation

GitHub Actions / ESLint

App.tsx#L1

`@/components/PrimaryButton` import should occur after import of `react-native` (import/order)
import { StatusBar } from 'expo-status-bar';
import { StyleSheet, Text, View } from 'react-native';

Expand Down
Loading

0 comments on commit c8ff96a

Please sign in to comment.