npm.io
0.1.0 • Published 5 years ago

react-native-aegis

Licence
MIT
Version
0.1.0
Deps
4
Size
326 kB
Vulns
0
Weekly
0

react-native-aegis

Design for crypto wallets

Getting Started

Open a Terminal in your project's folder and run:

yarn add react-native-aegis

or

npm install react-native-aegis

Components

  • List
  • Button
  • Modal
  • Card

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Issues

Tried to register two views with the same name RNSVGSvgView

Check the react-native-svg version by using npm list react-native react-native-svg. If you have multiple versions of the package, check the following solutions:

  • yarn
"resolutions": {
  "react-native-svg": "12.1.0"
}
  • npm
rm -r node_modules
npx npm-force-resolutions
npm install

License

MIT

Keywords