Instagram Pinch-to-Zoom β βCan It Be Done in React Native?β
In this video, we are looking at the Instagram pinch-to-zoom effect. Hope you enjoy it πΏ Wanna learn the fundamentals of declarative Gestures and Animations?... (more…)
Read more »
Code splitting in Create React App is an easy way to reduce the size of your React.js app bundle. To do this in an app using React Router v4, we can asynchronously load our routes using the dynamic import() method that Create React App supports. Read more