Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to React Native's New Architecture #53360

Open
11 of 30 tasks
dcalhoun opened this issue Aug 4, 2023 · 3 comments
Open
11 of 30 tasks

Migrate to React Native's New Architecture #53360

dcalhoun opened this issue Aug 4, 2023 · 3 comments
Labels
Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Build Tooling Issues or PRs related to build tooling

Comments

@dcalhoun
Copy link
Member

dcalhoun commented Aug 4, 2023

This issues tracks various tasks to upgrade third-party dependencies for the native mobile editor. The following tasks could likely be addressed individually as miniature projects.

What problem does this address?

React Native’s New Architecture could provide performance benefits (e.g. JSI) and may eventually be required for future React Native upgrades or compatibility with third-party dependencies.

What is your proposed solution?

Some prerequisite items may already have been completed (but have not been verified as complete), while some items may require a significant amount of work. If you can verify that an item is complete or would like to tackle an item, feel free to assign yourself and mark it off the list.

Prerequisites for Supporting the New Architecture in JavaScript

Enabling in an Android Library

Enabling in an iOS Library

Prerequisites for WPiOS

Prerequisites for WPAndroid

Third-Party Dependencies

Each third-party dependency will need to be upgraded to a version with New Architecture support or replaced entirely in this project.

  • Address react-native-get-random-values
  • Address react-native-safe-area-context
  • Address react-native-screens
  • Address react-native-svg
  • Address react-native-webview
  • Address @react-native-masked-view/masked-view
  • Address @react-native-clipboard/clipboard
  • Address react-native-reanimated
  • Address react-native-gesture-handler
  • Address react-native-linear-gradient
  • Address react-native-prompt-android
  • Address react-native-video
  • Address @react-native-community/slider
  • Address react-native-safe-area
  • Address react-native-fast-image

The following table represents the status of each third-party dependency's support for the new React Native architecture.

Dependency Support Status Notes
react-native-get-random-values 🔴 Not Started Issue, PR
react-native-safe-area-context 🟢 Completed v4.1.2
react-native-screens 🟢 Completed 3.12.0
react-native-svg 🟢 Completed v13.0.0
react-native-webview 🟢 Completed v12.0.0
@react-native-masked-view/masked-view 🟡 In Progress Issue
@react-native-clipboard/clipboard 🟢 Completed v1.13.0
react-native-reanimated 🟢 Completed 3.0.0
react-native-gesture-handler 🟢 Completed 2.3.0
react-native-linear-gradient 🟢 Completed Forked
react-native-prompt-android Removed
react-native-video 🔴 Not Started No lead, blocked by v6
@react-native-community/slider 🟢 Completed v4.3.0
react-native-safe-area 🔴 Not Started Inactive
react-native-fast-image 🟡 In Progress Issue, PR
react-native-blur 🟢 Complete v4.3.0
@dcalhoun dcalhoun added [Type] Build Tooling Issues or PRs related to build tooling Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues. labels Aug 4, 2023
@dcalhoun
Copy link
Member Author

Noting that react-native-prompt-android was removed in #54096.

@fluiddot
Copy link
Contributor

fluiddot commented Dec 9, 2023

Regarding the dependencies not supporting yet the new architecture, starting in RN 0.72 we could use the feature New Renderer Interop Layer as a workaround.

TL;DR: With React Native 0.72, we are releasing an interop layer for both Android and iOS to use non-migrated libraries on New Architecture apps.

@JerakRus
Copy link

JerakRus commented Jan 25, 2024

react-native-safe-area I would recommend replacing it with
https://github.com/th3rdwave/react-native-safe-area-context

@twstokes twstokes removed the [Type] Tracking Issue Tactical breakdown of efforts across the codebase and/or tied to Overview issues. label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mobile App - i.e. Android or iOS Native mobile impl of the block editor. (Note: used in scripts, ping mobile folks to change) [Type] Build Tooling Issues or PRs related to build tooling
Projects
None yet
Development

No branches or pull requests

4 participants