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

React Native Zip Archive - Migration to New Architecture #330

Open
sultanmyrza opened this issue Feb 10, 2025 · 1 comment
Open

React Native Zip Archive - Migration to New Architecture #330

sultanmyrza opened this issue Feb 10, 2025 · 1 comment
Assignees

Comments

@sultanmyrza
Copy link

Description

When running the command:

eas build --local --platform android --profile preview

I encountered the following warning:

[RUN_EXPO_DOCTOR] Advice: Use 'npx expo install --check' to review and upgrade your dependencies.
[RUN_EXPO_DOCTOR] The following issues were found when validating your dependencies against React Native Directory:
[RUN_EXPO_DOCTOR] Untested on New Architecture: react-native-zip-archive

Temporary Solution

As a temporary workaround, based on https://docs.expo.dev/guides/new-architecture/#third-party-libraries-and-the-new-architecture I added the following configuration to my package.json:

"expo": {
  "doctor": {
    "reactNativeDirectoryCheck": {
      "exclude": ["react-native-zip-archive"],
      "listUnknownPackages": false
    }
  }
}

This change suppresses the warning, but it is not a long-term solution.

Request for Migration

A better approach would be to migrate react-native-zip-archive to the New Architecture. Migrating Your React Native Library to the New Architecture.

@plrthink plrthink self-assigned this Feb 24, 2025
@plrthink
Copy link
Collaborator

Thank you for the feedback. I completely agree that upgrading to a new architecture is essential, and I believe AI tools can significantly ease the process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants