Commit c297f36b authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

add build number

parent 974dfc5f
...@@ -167,8 +167,9 @@ class Login extends React.Component { ...@@ -167,8 +167,9 @@ class Login extends React.Component {
"os_name": this.props.os_name, "os_name": this.props.os_name,
"os_version": this.props.os_version, "os_version": this.props.os_version,
"app_version": this.props.app_version, "app_version": this.props.app_version,
"build_number": Constants.manifest.extra.buildNumber
} }
// console.log(params) console.log(params)
Axios.post(this.props.BASE_URL+'crm/v2/auth/login', params).then(res => { Axios.post(this.props.BASE_URL+'crm/v2/auth/login', params).then(res => {
const navigation = this.props.navigation const navigation = this.props.navigation
......
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