React Debug web apps running on native mobile devices Sometimes bugs can only be reproduced in the specific environment they are discovered. What if they're found on an Android or iOS device?
UI On the importance of monorepos and component libraries Are you working on a huge untested "legacy" JS codebase? I might have some tips for you 🙂
a11y A11y on mobile: how to build UIs that don't break You should be aware of the accessibility settings on mobile devices which might break your app's UI. Let's see what we can do in React Native
React Native Get started with React Native There are many ways of booting up a React Native application. Which one should you use?
React Native The AppStore certificates jungle To all the mobile native devs... I feel your pain. Only we know what does it mean to manage the certificates of an iOS application
React Native Re-thinking env vars in React Native If there is one thing I hate about react native it's the inexistent way of using environment variables
React Native Microsoft CodePush Integration in React Native 0.60+ Microsoft CodePush is a powerful tool but can be very exhausting to configure. Let's cycle over the necessary details
React Native Why I Dropped Expo and embraced React Native What are the main problems with Expo at this time? And what can be the advantages of using a pure React Native workflow?
React Native Aborting requests in React Native How can we close an active connection initiated with Fetch? And most important, what do we mean by "closing a connection"?