~/devreads

#react native

10 posts

4 May

Sam Tahiri 2 min read

Recently, I was onboarded to a React Native project on a new developer laptop. I realized that the initial setup to launch the app had a few tricks and small gotchas that weren’t obvious at first. Here’s a simple breakdown that will hopefully help if you need it! Setting Up Developer Tools Before configuring platform-specific […] The post A Beginner’s…

react native

12 Apr

Georgia Martinez 8 min read

The OM-84 Omnichord, released in 1984 Outside of my 9-to-5 job as a software engineer, I play keys in a six-person cover band. A few months back, our drummer came into rehearsal exclaiming, “Georgia, you won’t believe what I found on Facebook Marketplace!” He reached into his backpack and pulled out an Omnichord. What the […] The post How to…

react nativetypescriptmusic

13 Nov 2025

4 min read

How Nativewind can speed up your React Native Development If you're anything like me, after working on a few web projects with Tailwind, it can feel like a drag to return to stacks that use other styling libraries. Tailwind has become, for myself, and many other developers, a standard styling paradigm. When starting my most recent React Native project, I…

mobilereact native

12 Feb 2024

Pooja Sharma 6 min read

In today’s competitive world of Mobile app development, it’s essential to create apps that are not only feature-rich but also lightweight. Studies show that for every 6MB increase in the app size, there’s a decrease in install conversion rate by 1%. Therefore, with the increasing demand for faster downloads and better user experiences, app size has become crucial to increase…

mobile-appsandroid-app-developmentapp-sizemobile-app-developmentreact-native

12 Oct 2018

Daniel Schmidt 1 min read

“It works on my machine” is something you don’t want to experience in your team. This is especially true when working on a React Native Application as your team might consist of Android Experts, iOS Experts, and Javascript Experts. The all know their part of the development environment very well, but errors in other parts might seem very alien to…

developmentjavascriptreact-nativereact

24 Jul 2018

16 Jul 2018

Daniel Schmidt 4 min read

Almost two years ago I gave Ignite by Infinite Red a try and I was instantly hooked. It was a super convenient and fast way to start a new project with React Native that solves all the hard setup problems for you. Today I would like to explore with you what happened with Ignite besides a major release . How…

react-nativecode-generationignite

10 Jul 2018

Daniel Schmidt 3 min read

In one of my last blog posts, Samuel Omole asked me if I could do an article about uploading content with React Native. For me the most interesting content to upload are videos, they are fun to watch. Also, they open up cool opportunities to do super cool stuff like streaming, so there might be a part two on this…

videosnodejsreact-native

12 Jun 2018

Daniel Schmidt 4 min read

Lately at work, my colleagues build some awesome tooling to fetch data in an easy way. It’s built around RxJS, which I previously had very little knowledge about. I saw cool ways of getting and combining data, which inspired me to build a little game with RxJS in React Native. The game idea is to have a ball on a…

rxjsreactreact-nativereact-native-sensorsjavascript

14 May 2018

Daniel Schmidt 4 min read

One of the most exciting strengths of React Native is that it allows you to bridge native calls to Javascript. In contrast to other frameworks that pre-define what can be executed on the native side React Native is easily extensible. With great power comes great responsibility The React Native community is hard to compare with others, you have a lot…

rxjssensorsreactreact-native