Commit 67c55620 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

update version revisi 3

parent a31b85b6
...@@ -8,7 +8,7 @@ import { getStatusBarHeight } from 'react-native-status-bar-height'; ...@@ -8,7 +8,7 @@ import { getStatusBarHeight } from 'react-native-status-bar-height';
import MyStatusBar from './MyStatusBar'; import MyStatusBar from './MyStatusBar';
export default class TopUpInfo extends React.Component { export default class UpdateVersion extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);
this.state = { this.state = {
...@@ -18,7 +18,6 @@ export default class TopUpInfo extends React.Component { ...@@ -18,7 +18,6 @@ export default class TopUpInfo extends React.Component {
componentDidMount() { componentDidMount() {
} }
render() { render() {
return ( return (
<View style={styles.container}> <View style={styles.container}>
......
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