
Native shared element transition "primitives" for react-native
The react-native-shared-element library provides native shared element transition primitives for React Native. This library offers full native building blocks for shared element transitions in Router- or Transition libraries, enhancing app transitions without the need for back and forth passes over the react-native bridge.
The react-native-shared-element library offers a solution for achieving smooth and performant shared element transitions in React Native apps. By utilizing native implementation without crossing the JavaScript bridge, it provides a range of features to enhance transitions between UI elements, making it easier to create visually appealing app transitions.

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
An open-source platform for making universal native apps with React. Expo runs on Android, iOS, and the web.