Closed Urhengulas closed 3 years ago
This PR converts https://github.com/kaiostech/sample-react to use typescript
As this repo will be the starting point for many KaiOS projects and people will mostly just adopt the used packages and versions, it makes sense to have it as typescript so there will be better and more stable kaios-apps.
App
index
components/Header
components/Input
components/Softkey
components/Todos
components/index
hooks/useNavigation
hooks/index
services/Database
Fixes #16
This PR converts https://github.com/kaiostech/sample-react to use typescript
why
As this repo will be the starting point for many KaiOS projects and people will mostly just adopt the used packages and versions, it makes sense to have it as typescript so there will be better and more stable kaios-apps.
todo
src
App
index
components
components/Header
components/Input
components/Softkey
components/Todos
components/index
hooks
hooks/useNavigation
hooks/index
services
services/Database
Fixes #16