Description 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.
Reactions are currently unavailable
You can’t perform that action at this time.
Description:
Our current React Native project is built on an outdated CLI framework and
SDK (v33).Attempts to update to
SDK v34/35result 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 Nativeversion 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 Nativeproject 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.