CRAlpha / react-native-wkwebview

WKWebview Component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

renderLoading is not work in Android , while is ok in ios

kaixiniOSTT opened this issue · comments

renderLoading={() => (

)}
not work in Andoid , white in iOS. when load at begin , render loading is work well

This component, as its name suggests, is only implemented on iOS. Android uses default WebView implementation from React Native