瀏覽代碼

auto commit

app
jfinn 3 年之前
父節點
當前提交
39e7f209d5
共有 1 個檔案被更改,包括 9 行新增3 行删除
  1. 9
    3
      mdev/wv0.native.js

+ 9
- 3
mdev/wv0.native.js 查看文件

1
 import { WebView } from 'react-native-webview';
1
 import { WebView } from 'react-native-webview';
2
 import React, { PureComponent,Component } from 'react';
2
 import React, { PureComponent,Component } from 'react';
3
 // Button as R_Button
3
 // Button as R_Button
4
-
4
+import { Button, useTheme } from 'react-native-paper';
5
 import {
5
 import {
6
     Animated,
6
     Animated,
7
     Keyboard,
7
     Keyboard,
34
 
34
 
35
 type Props = {}
35
 type Props = {}
36
 // class Wview_ui extends AbstractButton<Props> {
36
 // class Wview_ui extends AbstractButton<Props> {
37
-class Wview_ui extends AbstractButton<Props, any> {
37
+class Wview_ui extends PureComponent<Props> {
38
+// class Wview_ui extends AbstractButton<Props, any> {
38
     // icon = "IconMessage";
39
     // icon = "IconMessage";
39
     constructor(props) {
40
     constructor(props) {
40
         super(props);
41
         super(props);
42
         clog("Wview_v1 init")
43
         clog("Wview_v1 init")
43
      }
44
      }
44
 
45
 
45
-     // render() {     }
46
+     render() { 
47
+        // return 
48
+     }
46
 
49
 
47
 }
50
 }
48
 class Wview_v1 extends PureComponent<Props> {
51
 class Wview_v1 extends PureComponent<Props> {
113
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
116
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
114
      	return (
117
      	return (
115
              <View style = { wv0_styles_dev.v1 || {} }>
118
              <View style = { wv0_styles_dev.v1 || {} }>
119
+             <Button style = { wv0_styles_dev.vb1 || {}} >
120
+             {t('polls.create.create')}
121
+             </Button>
116
              <Text style = { wv0_styles_dev.txt || {} }
122
              <Text style = { wv0_styles_dev.txt || {} }
117
              >
123
              >
118
              Z??
124
              Z??

Loading…
取消
儲存