0.0.6 • Published 3 years ago
@akalli/icons v0.0.6
Quick start
This is a icon library based on our design system.
Instalation
npm i @akalli/icons react-native-svg
Example:
<HomeIcon size="20px" color="#4287f5" />Publish a new version
- Replace main with
index.tsonpackage.json - Delete all dependencies from
package.json - npm publish
Development
- Replace main with
node_modules/expo/AppEntry.jsinpackage.json - Add all packages again to dependencies in
package.json expo startornpm startand scan QR code onexpo go
Dependencies of package.json
"expo": "~45.0.0",
"expo-status-bar": "~1.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-safe-area-context": "4.2.4",
"react-native-svg": "12.3.0",
"react-native-web": "0.17.7",