Commit Graph

6 Commits

Author SHA1 Message Date
Tommy Nguyen be027dad1f fix(types): Export WebViewMessageEvent, WebViewNavigation for external use (#855) 2019-09-09 16:53:35 +02:00
DemMarcupan 6f053bad7b feat(focus): Add functionality to imperatively focus webview (#567)
*  - add focus functionality for devices without touch screen
 (faced problem while developing for android TV, cause there only remote controller for device)

* Reimplement as a ref method.

*  - remove redundant requestFocus
2019-08-06 10:56:59 +02:00
James Cleveland ef709aa82b fix(types): export WebViewProps for external use (#457) 2019-03-27 09:25:59 +01:00
Vladimir Timofeev e2adacc977 fix(typings): incorrect package.json + fix d.ts(#453)
* fix(typings): fix syntax of main d.ts file

* fix(typings): point typings field in package.json to actual d.ts file
2019-03-26 01:31:50 +01:00
Sergei Butko 54268ff469 fix(types): Add missing type definitions of the methods (#442)
Also made the exported component a class (to add methods) and made him extend Component instead of ComponentType.
2019-03-21 14:29:57 +00:00
Thibault Malbranche 453b7dd3a0
feat(typescript): Source code rewrite using typescript (#425)
Rewrote the whole repository into typescript. This will provide way better and up to date documentation. This should also add some safety for people contributing 😄 .
Flow types were not working until now which is why this PR doesn't have them but feel free to PR.

This also fixes #384 #435 #206 #171 #168.
2019-03-20 12:35:13 +00:00