소스 검색

auto commit

app
jfinn 3 년 전
부모
커밋
8e3f2228c3
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      mdev/wv0.native.js

+ 5
- 1
mdev/wv0.native.js 파일 보기

@@ -9,7 +9,8 @@ import {
9 9
     TextInput,
10 10
     TouchableHighlight,
11 11
     TouchableOpacity,
12
-    View
12
+    View,
13
+    Text,
13 14
 } from 'react-native';
14 15
 
15 16
 
@@ -66,7 +67,10 @@ class Wview_v1 extends PureComponent<Props> {
66 67
             // <WebView source = {{uri:"https://excalidraw.videocorners.com/#room=4zxcald5jtcx4pqgruba,4zxcalBMXbI6tCEiW7rbgy"}}
67 68
      	return (
68 69
              <View style = { wv0_styles_dev.v1 || {} }>
70
+             <Text style = { wv0_styles_dev.txt || {} }
71
+             >
69 72
              Z
73
+             </Text>
70 74
 
71 75
             <WebView source = {{uri:wb_url}}
72 76
             style = {wv0_styles_dev.webview_style || {}}

Loading…
취소
저장