All writing
React Native

What's New in React Native 0.76

Notes on the new features and improvements in React Native 0.76

What’s New in React Native 0.76

React Native 0.76 ships with a handful of changes worth knowing about.

New Architecture by Default

The New Architecture is on by default. It’s a rewrite of React Native’s foundation (Fabric renderer, TurboModules, JSI) and brings better performance characteristics out of the box.

Faster Development with Metro

Metro’s module resolution got reworked:

Lighter Android Apps

Native code is consolidated into a single library, libreactnative.so. The result:

Enhanced Styling Capabilities

Box Shadow

boxShadow lets you control:

Filter Effects

The new filter property supports:

On iOS, only brightness and opacity work right now.

Improved Developer Tools

React Native DevTools replaces the old debugger:

Open the Dev Menu or hit j in the CLI.

What changes day-to-day

0 claps
If this was useful, let me know.
Prevent the Keyboard from Covering React Native UI Components Prevent the Keyboard from Covering React Native UI Components