Skip to main content

React Native

Articles about React Native development, mobile app building, and cross-platform development.

Cover image for How to make money with your Android app

How to make money with your Android app

Building a great Android app takes time, creativity, and persistence. But once your app is live, there's one question every developer eventually faces: how do I actually make money from this?

Cover image for Best practices for React Query with FlatList

Best practices for React Query with FlatList

A look at how to combine React Query with FlatList, FlashList, and LegendList for smooth, stable list UIs. Best practices for handling loading states, skeletons, and safe areas.

Cover image for What I’m building for Shipaton 2025

What I’m building for Shipaton 2025

Three apps, one Shipaton: A behind-the-scenes look at what I’m building during RevenueCat’s 2025 hackathon — from saunas to CMS tools to Netlify on the go.

Cover image for App.js 2025 recap

App.js 2025 recap

A personal recap of App.js 2025: speaking about in-app purchases, highlights from Krakow, favorite talks, and why this conference remains one of my top picks.

Cover image for Making money with your React Native app

Making money with your React Native app

Comprehensive look at in-app purchases and how to add them to your React Native app. Covers different types of in-app purchases, how to set them up in your app, and the psychology of good in-app purchase experiences. Technology used: React Native, RevenueCat, App Store Connect.

Cover image for React Native WebRTC

React Native WebRTC

Full article version of the talk I gave at RTC.ON Conference 2024 about getting started with WebRTC in React Native

Cover image for Localizing dates in React Native the right way

Localizing dates in React Native the right way

Learn how to properly format dates based on user locale in React Native using Intl.DateTimeFormat and react-native-localize, avoiding the common pitfalls of hardcoded date formats.