Depending on the network speed and image size, loading images may be slow. This could make the page...
With absolute path imports, we can do import { functionA } from 'src/modules/moduleA'. Notice that...
Before we start, we will need Node.js installed. General Setup Let's create a new...
Recently, I decided to give a try to a split keyboard. You can find a lot of people saying that spit...
How many hours do you need to set up all your favorite tools on a new machine? What if your colleague...
Node.js has the process object with stdout property which is a stream connected to stdout. Using the...
Updated to Expo 53-beta. We will use Expo's create-expo-app command recommended by the...
At some point, we all face the problem of free space on our hard drives. I usually check how much...
To receive push notifications we need to ask the user permission first. The requestPermissionsAsync...
ffmpeg Often, we have videos of different formats and resolutions from our phones and...
Imaging we need to build a simple UI for an article preview. Something like this one: Let's start...
Updated to Expo 50. There are many ways to start a new React Native project. Here we will be using...
export default function A() {} // vs export function A() {} Enter fullscreen mode ...
Layout Animations are the easiest way to animate entering, exiting and change layout of your React...
In general, conditional rendering in React Native is the same as in React. But be aware, that in...
The Problem Sometimes we can see that people tend to wrap every callback function into...
Updated to Expo 46. There are many ways to start new React Native project. Here we will be using...
Motivation We all love NProgress library, but since we are already using Chakra UI which h...
Please read the Getting Started guide, it is really good. Create a new app Run yarn creat...
I took some notes while watching the excellent "Mastering Chrome Developer Tools v2" course from the...
Imagine you are making an app that needs some extra keys on a virtual keyboard that does not exist (n...