» Tag
reactnative
5 postsReact Native in 2026: New Architecture and Developments
In 2026, React Native offers improved performance and user experience with its New Architecture.
React Native Performance Issues: Memory Leaks
Memory leaks in React Native applications can lead to performance issues. This article discusses key points to consider for effective memory management.
My First FOSS App: On-Device Video/Audio Downloader Without Server
NexStream is an Android app that downloads video and audio without server use. All processes occur on-device.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comBuilding Sync on SQLite for React Native: A Custom Approach
Discover a new method for adding offline sync to your React Native app using SQLite.
React Native + Expo JWT Auth with FastAPI: A Complete Working Example
Explore the JWT authentication process with React Native and FastAPI. Learn about token storage and automatic refreshing.