0.1.0 • Published 4 years ago
react-native-aegis v0.1.0
react-native-aegis
Design for crypto wallets
Getting Started
Open a Terminal in your project's folder and run:
yarn add react-native-aegisor
npm install react-native-aegisComponents
- 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 RNSVGSvgViewCheck 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 installLicense
MIT