0.1.0 • Published 3 years ago

react-native-aegis v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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