This is a icon library based on our design system.
npm i @akalli/icons react-native-svg
Example:
<HomeIcon size="20px" color="#4287f5" />
- Replace main with
index.ts
onpackage.json
- Delete all dependencies from
package.json
- npm publish
- Replace main with
node_modules/expo/AppEntry.js
inpackage.json
- Add all packages again to dependencies in
package.json
expo start
ornpm start
and scan QR code onexpo go
"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",