|
|
@@ -1,6 +1,10 @@
|
|
1
|
1
|
import { WebView } from 'react-native-webview';
|
|
2
|
2
|
import React, { PureComponent,Component } from 'react';
|
|
|
3
|
+import { Button as Button_v0,} from 'react';
|
|
3
|
4
|
// Button as R_Button
|
|
|
5
|
+
|
|
|
6
|
+
|
|
|
7
|
+
|
|
4
|
8
|
import { Button as Button_v2, useTheme } from 'react-native-paper';
|
|
5
|
9
|
import {
|
|
6
|
10
|
Animated,
|
|
|
@@ -10,6 +14,8 @@ import {
|
|
10
|
14
|
TouchableHighlight,
|
|
11
|
15
|
TouchableOpacity,
|
|
12
|
16
|
View,
|
|
|
17
|
+ Button as Button_v1,
|
|
|
18
|
+
|
|
13
|
19
|
// Text,
|
|
14
|
20
|
} from 'react-native';
|
|
15
|
21
|
import * as rn from 'react-native';
|