6 things I wished I knew about state management when I started using React
Think about the most complex frontends you’ve used. Frontends that made you wonder — “how did they create this”? (more…)
Read more »If you followed each step in my previous post you should now have a React Native Camera App for iOS. In this post, we’ll hack it to display an image on top of a QR Code, like this: I’m using this image: Save it to your project/assets/img folder… Read more