#react-native
archive() // 5 entries
- [log_01]
Over-the-Air Updates for React Native with hot-updater, Tigris, and Astro
Self-host React Native OTA updates without a paid plan - swap Cloudflare R2 for Tigris's free 5GB tier and run the update server on any Worker-compatible framework. This uses Astro.
read_entry()
- [log_02]
Auto Token Refresh with Axios and MMKV in React Native
Setting up automatic JWT token refresh in React Native using Axios interceptors and MMKV, with a queue to prevent duplicate refresh calls when multiple requests hit 401 at the same time.
read_entry()
- [log_03]
Implementing Auto Token Refresh with Ky for React & React Native
A comprehensive guide on building an automatic JWT token refresh system using Ky.js that works across both React and React Native, handling concurrent requests efficiently.
read_entry()
- [log_04]
Building a Reusable React Native Input Component with React Hook Form
Learn how to build a type-safe, reusable React Native TextInput component that integrates seamlessly with React Hook Form and supports custom accessories.
read_entry()
- [log_05]
Fade Image with background in React-Native with react-native-skia
Learn how to create smooth image fade effects in React Native using react-native-skia's Mask and LinearGradient components.
read_entry()