mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-17 16:01:05 +00:00
React Native identicon (#173)
* React Native identicon * Simplify using generate interface * Remove unknown RN props * Update packages/reactnative-identicon/src/icons/Polkadot.tsx Co-Authored-By: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com> * Linting, deps move * Default component with themes
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5"
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@types/color": "^3.0.0",
|
||||
"color": "^3.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@polkadot/util-crypto": "*"
|
||||
|
||||
Reference in New Issue
Block a user