Subscribe to my newsletter and never miss my upcoming articles
Next.js -> React rendered on the Server
📱 Introduction When you create an App, you'll most likely need to store and manipulate data for it, and React Native Async Storage makes it really easy to include such functionality. It works almost the same as the browser's local storage. The data...
With Custom Header Component
There's nothing wrong with Android's native sytem fonts, they're perfectly readable and people are used to their look, but in order to give your App some unique character, you probably want to include custom fonts. It'll take a short while until the...
There's a couple of different ways to apply styles to a React Native component, some of which (like in web CSS) are more readable and maintainable than others. Note that unlike in CSS, there's (almost) no inheritance in RN styles. Setting one font-fa...