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