jepiqueau / react-sqlite-app-starter

Ionic/React SQLite Application Starter
MIT License
22 stars 14 forks source link

Failed to compile #38

Open DorKeinath opened 1 year ago

DorKeinath commented 1 year ago

If I copy the repository and try to build android app with appflow i get the following error. What should I do?

[eslint] src/App.tsx Line 1:27: 'useRef' is defined but never used @typescript-eslint/no-unused-vars Line 12:3: 'useIonModal' is defined but never used @typescript-eslint/no-unused-vars

src/components/TestJsonImportExport.tsx Line 13:26: The array literal notation [] is preferable @typescript-eslint/no-array-constructor

src/pages/Tab3.tsx Line 1:17: 'useEffect' is defined but never used @typescript-eslint/no-unused-vars