Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Convert to typescript #18

Closed
wants to merge 23 commits into from

Conversation

Urhengulas
Copy link

@Urhengulas Urhengulas commented Apr 1, 2020

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

  • convert App
  • convert index

components

  • convert components/Header
  • convert components/Input
  • convert components/Softkey
  • convert components/Todos
  • convert components/index

hooks

  • convert hooks/useNavigation
  • convert hooks/index

services

  • convert services/Database

Fixes #16

@Urhengulas Urhengulas marked this pull request as ready for review April 1, 2020 13:30
@Urhengulas Urhengulas closed this Apr 26, 2021
@Urhengulas Urhengulas deleted the convert-to-typescript branch April 26, 2021 15:46
@Urhengulas Urhengulas restored the convert-to-typescript branch April 26, 2021 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to typescript
1 participant