News
Fabric Architecture Docs
As we previewed in the last issue - the RN team has dropped some official documentation on Fabric for you to read up on
Sponsored Link
React Native Jobs
Job listings especially tailored for React Native developers. Updated daily. Submit your listing today!
Tutorials

Developing Component Library with Storybook in React Native
Creating component library can be a delicate task, it should be interactive, it should have right development environment and strategy. In this article - you'll learn about CDD and Storybook to achieve library development.
Smart pipelines for React Native
Your app is an hybrid of native and React Native code. Your CI pipeline takes forever because it builds everything from scratch. But as a RN engineer you think there must be a better way to save your time. You’re not mental. Let’s find a way to make our pipelines smarter.
Introduction to manual gestures and touch events
In Gesture Handler 2.0 you now have the ability to directly manipulate the state of gestures. In this article, you'll learn more about how to pull that off.
A brief introduction to BLACK app’s JSON-driven UI in react native
Really nicely done article here from a financial app called Clear where the team created dynamic screens and components using JSON - allowing more flexibility within the team to alter the layout
How to shrink (tree-shake) lodash in bundle file for React Native?
Nice writeup from a dev at AT&T Israel - a dive into shrinking your bundle size by learning more about tree shaking - specifically with lodash in this instance
Open Source
mrousavy/react-native-jsi-image: 🖼️ A writeable in-memory Image JSI Host Object
gorhom/docusaurus-react-native-plugin: A plugin to enable React Native Web and Reanimated on Docusaurus.
WrathChaos/react-native-picker-modal: Easy and fully customizable picker modal for React Native
tribefyhq/react-native-interactive-walkthrough: Walkthrough library to introduce people into your app
wecraftapps/react-native-simple-carousel: A simple carousel for react-native made in js
Latest Jobs

Help us build the future of healthcare for kids!
We use React Native to build for macOS & iOS. We’re building medical clinics and the tech that powers them all focused on the best care and experience for kids and parents.
Videos
Around the Web

A React Native Engineer Builds A SwiftUI App: The Good, The Bad, And The 🤯
This is a fun one -- learn about SwiftUI from the perspective of a RN dev
You Don’t Have to Compare Flutter and React Native Anymore
They still will. The post will keep coming. But finally we have a nice argument on how the new architecture should start to slow those comparisons down a bit.
Using ViewModel pattern in React
Learn about then ViewModel pattern. Thanks for the submission, Wojciech!