-
Notifications
You must be signed in to change notification settings - Fork 734
Typescript/keyboard #1449
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
Typescript/keyboard #1449
Conversation
…rent files for iOS and Android
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mendyEdri
I noticed some components don't work in this PR
The old WheelPicker and SafeArea spaces example screens throw an exception
Can you please take a look before I continue reviewing
Oh ok I'll take a look |
This reverts commit 8a36fa7.
Description
Sorry for the large PR.
Migrate native component library to typescript (the JS parts obviously 🌎)
This PR still needs to compile run typescript to create new declaration files but I'll do it in a separate PR.
Changelog
Part 1 of migrating
Keyboard
,WheelPicker
(native),SafeArea
andHighlighterOverlayView
to typescript.Depends on
TBD