Commit 7c115c78 authored by William Goszal's avatar William Goszal 🚴

Tampilin build version di halaman account

parent 2b908aa8
...@@ -24,6 +24,7 @@ import * as Location from 'expo-location'; ...@@ -24,6 +24,7 @@ import * as Location from 'expo-location';
import * as Permissions from 'expo-permissions'; import * as Permissions from 'expo-permissions';
import * as Device from 'expo-device'; import * as Device from 'expo-device';
import session from '../function/session'; import session from '../function/session';
import Constants from 'expo-constants';
class Account extends React.Component { class Account extends React.Component {
constructor(props) { constructor(props) {
...@@ -370,6 +371,10 @@ class Account extends React.Component { ...@@ -370,6 +371,10 @@ class Account extends React.Component {
</View> </View>
) )
} }
<View style={{ flex: 1, marginBottom: 10 }}>
<Text style={{ color: 'grey', fontSize: 12, textAlign: 'center' }}>Build Version : {Constants.manifest.version}</Text>
</View>
</ScrollView> </ScrollView>
</View> </View>
......
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