mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 12:06:21 +01:00
OPS: trying to remove react-native-device-info
This commit is contained in:
parent
9b5f8f1019
commit
c941e87c47
1 changed files with 0 additions and 6 deletions
|
@ -11,7 +11,6 @@ import {
|
|||
BlueNavigationStyle,
|
||||
} from '../../BlueComponents';
|
||||
import PropTypes from 'prop-types';
|
||||
import DeviceInfo from 'react-native-device-info';
|
||||
import Rate, { AndroidMarket } from 'react-native-rate';
|
||||
/** @type {AppStorage} */
|
||||
let BlueApp = require('../../BlueApp');
|
||||
|
@ -142,11 +141,6 @@ export default class About extends Component {
|
|||
title="Run self test"
|
||||
/>
|
||||
<BlueTextCentered />
|
||||
<BlueTextCentered>
|
||||
{DeviceInfo.getApplicationName()} ver {DeviceInfo.getVersion()} (build {DeviceInfo.getBuildNumber()})
|
||||
</BlueTextCentered>
|
||||
<BlueTextCentered>{new Date(DeviceInfo.getBuildNumber() * 1000).toGMTString()}</BlueTextCentered>
|
||||
<BlueTextCentered>{DeviceInfo.getBundleId()}</BlueTextCentered>
|
||||
<BlueTextCentered>
|
||||
w, h = {width}, {height}
|
||||
</BlueTextCentered>
|
||||
|
|
Loading…
Add table
Reference in a new issue