Skip to content

Migrate Project to Latest React Native Version for Play Store Compliance #570

@bestw07

Description

@bestw07

Description:

  • Our current React Native project is built on an outdated CLI framework and SDK (v33).

  • Attempts to update to SDK v34/35 result in crashes due to legacy code and incompatible dependencies.

  • The latest React Native recommends Expo, but our project structure is incompatible.

  • Google Play Store requires SDK v35+; our current version will not be accepted.

  • The only sustainable solution is to create a new project with the latest React Native version and migrate our codebase.

  • This migration will require significant time and effort due to major framework changes.

  • Temporary workarounds (rolling back to SDK v33) are unlikely to be accepted by the Play Store.

Action Items:

  • Set up a new React Native project with the latest version.

  • Migrate all source code, assets, and configurations.

  • Update dependencies and resolve breaking changes.

  • Test and debug the new project for stability and compliance.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions