Selaa lähdekoodia

fix demo issue

iou90 7 vuotta sitten
vanhempi
commit
65c7198784
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      demo/App.js

+ 1
- 1
demo/App.js Näytä tiedosto

99
           height: {heightSize.height}, width: {heightSize.width}
99
           height: {heightSize.height}, width: {heightSize.width}
100
         </Text>
100
         </Text>
101
         <AutoHeightWebView
101
         <AutoHeightWebView
102
-          baseUrl={Platform.OS === 'Android' ? 'file:///android_asset/webAssets/' : 'webAssets/'}
102
+          baseUrl={Platform.OS === 'android' ? 'file:///android_asset/webAssets/' : 'webAssets/'}
103
           style={{
103
           style={{
104
             marginTop: 15
104
             marginTop: 15
105
           }}
105
           }}