Commit b4098916 by Giang Tran

update code

parent ac70cfc7
...@@ -7,7 +7,7 @@ import {WebView} from 'react-native-webview'; ...@@ -7,7 +7,7 @@ import {WebView} from 'react-native-webview';
const DetailHistory = (props) => { const DetailHistory = (props) => {
return ( return (
<View style={{flex: 1}}> <View style={{flex: 1}}>
<HeaderBack isWhite={true} title={'Deposit'} /> <HeaderBack isWhite={true} title={'Detail'} />
<WebView <WebView
androidHardwareAccelerationDisabled={true} androidHardwareAccelerationDisabled={true}
source={{ source={{
......
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