AHAdavize Hassaninozorku.hashnode.dev·May 22, 2020How to use SVG images in react-native expo appWhat are SVGs? SVG stands for Scalable Vector Graphics. It is an image format that supports infinite resizing and scalability. This means that SVG images can be stretched and resized however we want without compromising on quality. There are many ben...01H
AHAdavize Hassaninozorku.hashnode.dev·Aug 25, 2019How to fix vue-cli slow project creationSo last week I decided to dive into Vue.js framework and was so excited for the new experience. I globally installed Vue and vue-cli and made an attempt to create my first local Vue repo by running: vue create <project-name> 30 mins later it was st...01B