-
react-native-module-federation
Companion code for the React Native Module Federation blog series. Build a federated RN app from zero, one post per git tag.
git clone https://github.com/warrendeleon/react-native-module-federation git checkout post-02-first-remote
-
Puter.js
Puter.js - The Backend for AI-Generated Apps. One-shot full-stack apps with your existing AI coding tool. Puter.js gives you Auth, Storage, DB, AI & more, with up to 90% fewer AI tokens than other backend platforms.

-
react-native-safe-area-context
A flexible way to handle safe area insets in JS. Also works on Android and Web!
React Native's built-in SafeAreaView is deprecated. The maintained replacement is react-native-safe-area-context, and it ships with the current React Native template, so both apps in the repo already have it. It is a good test of the contract because it works through React context: a SafeAreaProvider mounted near the root measures the device's safe area, and any component below reads it with useSafeAreaInsets.
Related posts
-
Android 13 Tablet bottom menu bar blocks App UI
-
How do I style the very bottom of my app, below the nav bar? Nothing I change seems to make a difference
-
Struggling to solve this Check the render method of 'SafeAreaProvider' in my react app
-
We just released rn-iphone-helper 2.0
-
Has anyone used react-native-static-safe-area-insets ? I have used it and why is it returning me undefined ?
