|
|
@@ -281,20 +281,22 @@ export default DrawerV2 = ({isLogin=false, userInfo, onLogout, sideCountInfo={},
|
|
|
<TextView style={styles.label}>{$t('drawer.contactSupport')}</TextView>
|
|
|
</Button>
|
|
|
}
|
|
|
- {/* <Button
|
|
|
- style={styles.itemButton}
|
|
|
- viewStyle={styles.itemView}
|
|
|
- onClick={() => {
|
|
|
- startPage(PageList.about);
|
|
|
- }}>
|
|
|
- <MaterialCommunityIcons
|
|
|
- style={styles.icon}
|
|
|
- name="information-outline"
|
|
|
- color="#333"
|
|
|
- size={26}
|
|
|
- />
|
|
|
- <TextView style={styles.label}>{$t('drawer.about')}</TextView>
|
|
|
- </Button> */}
|
|
|
+ { DEBUG &&
|
|
|
+ <Button
|
|
|
+ style={styles.itemButton}
|
|
|
+ viewStyle={styles.itemView}
|
|
|
+ onClick={() => {
|
|
|
+ startPage(PageList.paymentWeb);
|
|
|
+ }}>
|
|
|
+ <MaterialCommunityIcons
|
|
|
+ style={styles.icon}
|
|
|
+ name="dev-to"
|
|
|
+ color="#333"
|
|
|
+ size={26}
|
|
|
+ />
|
|
|
+ <TextView style={styles.label}>{"Test Page"}</TextView>
|
|
|
+ </Button>
|
|
|
+ }
|
|
|
</View>
|
|
|
);
|
|
|
}
|