Commit f2a0f49c by Giang Tran

edit moment

parent 28959be9
...@@ -32,13 +32,13 @@ const RootView = (props) => { ...@@ -32,13 +32,13 @@ const RootView = (props) => {
return ( return (
<> <>
<View style={{flex: 1}}> <View style={{flex: 1}}>
{/* <DropDown /> */}
<Modal isVisible={props.loadingModal.isVisible}> <Modal isVisible={props.loadingModal.isVisible}>
<SkypeIndicator color={'white'} /> <SkypeIndicator color={'white'} />
</Modal> </Modal>
<StackNavigation /> <StackNavigation />
</View> </View>
{/*<VersionChecker/>*/} {/*<VersionChecker/>*/}
<DropDown />
<NoInternetComponent /> <NoInternetComponent />
</> </>
......
...@@ -140,6 +140,7 @@ const renderWallet = (status, current_money, current_cqg_money, contract) => { ...@@ -140,6 +140,7 @@ const renderWallet = (status, current_money, current_cqg_money, contract) => {
}; };
const renderActions = (onClickDetail) => { const renderActions = (onClickDetail) => {
const navigate = useNavigation();
return ( return (
<View> <View>
<View style={styles.containerMenu}> <View style={styles.containerMenu}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment