Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
1621a2a1
Commit
1621a2a1
authored
Aug 07, 2019
by
Hanwen Cheng
Browse files
chore: import order
parent
c692aa20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/QrView.js
View file @
1621a2a1
...
...
@@ -19,8 +19,8 @@
import
{
isHex
}
from
'
@polkadot/util
'
;
import
PropTypes
from
'
prop-types
'
;
import
React
,
{
useEffect
,
useState
}
from
'
react
'
;
import
{
Dimensions
,
Image
,
StyleSheet
,
View
}
from
'
react-native
'
;
import
{
qrCode
,
qrHex
}
from
'
../util/native
'
;
import
{
Dimensions
,
StyleSheet
,
Image
,
View
}
from
'
react-native
'
;
import
{
qrCode
}
from
'
../util/native
'
;
QrView
.
propTypes
=
{
data
:
PropTypes
.
string
.
isRequired
...
...
ddorgan
@ddorgan
mentioned in commit
9b2d57a1
·
Sep 03, 2019
mentioned in commit
9b2d57a1
mentioned in commit 9b2d57a126b82f497866ef4635546bf279f47a17
Toggle commit list
Ghost User
@ghost
mentioned in commit
9997800e
·
Jul 15, 2021
mentioned in commit
9997800e
mentioned in commit 9997800e2c47c6bb95f0fe4f7a2e898646ac0abd
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment