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:
Jaco Greeff
2019-08-02 10:15:47 +02:00
committed by GitHub
parent 3dd5981ba7
commit 004a4398dd
14 changed files with 1762 additions and 68 deletions
+3 -1
View File
@@ -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": "*"