Explorar el Código

fix demo issue

iou90 hace 6 años
padre
commit
65c7198784
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      demo/App.js

+ 1
- 1
demo/App.js Ver fichero

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