react-native-aegis
v0.1.0
Published
Design for crypto wallets
Downloads
2
Maintainers
Readme
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
- [x] 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