Commit f2a0f49c by Giang Tran

edit moment

parent 28959be9
......@@ -32,13 +32,13 @@ const RootView = (props) => {
return (
<>
<View style={{flex: 1}}>
{/* <DropDown /> */}
<Modal isVisible={props.loadingModal.isVisible}>
<SkypeIndicator color={'white'} />
</Modal>
<StackNavigation />
</View>
{/*<VersionChecker/>*/}
<DropDown />
<NoInternetComponent />
</>
......
......@@ -140,6 +140,7 @@ const renderWallet = (status, current_money, current_cqg_money, contract) => {
};
const renderActions = (onClickDetail) => {
const navigate = useNavigation();
return (
<View>
<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