This website requires JavaScript.
Explore
Help
Sign In
status-im
/
react-native-webview
mirror of
https://github.com/status-im/react-native-webview.git
Watch
2
Star
0
Fork
You've already forked react-native-webview
0
Code
Issues
Projects
Releases
Wiki
Activity
5d6128909c
react-native-webview
/
index.js
5 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
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
import
WebView
from
'./lib/WebView'
;
Remove example repo
2018-07-31 05:00:33 +00:00
WIP: iOS working
2018-07-31 05:34:16 +00:00
export
{
WebView
}
;
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
export
default
WebView
;