You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the directory shows whether a library supports the New Architecture (newArchitecture field), but doesn't indicate which version introduced this support. This makes it difficult for developers to:
Know which version to upgrade to when migrating to the New Architecture
Plan their migration path effectively
Make informed decisions about library updates
Proposed Solution
Add a new field newArchitectureVersion to the library schema that specifies the minimum version that supports the New Architecture.
Example entry:
Helps developers plan their migration to the New Architecture
Reduces time spent searching through library changelogs
Makes the directory more valuable for React Native migration planning
Helps maintainers communicate their New Architecture support more clearly
Implementation Notes
The field should be optional (for backward compatibility)
The text was updated successfully, but these errors were encountered:
Currently, the directory shows whether a library supports the New Architecture (newArchitecture field), but doesn't indicate which version introduced this support. This makes it difficult for developers to:
Know which version to upgrade to when migrating to the New Architecture
Plan their migration path effectively
Make informed decisions about library updates
Proposed Solution
Add a new field newArchitectureVersion to the library schema that specifies the minimum version that supports the New Architecture.
Example entry:
Benefits
Helps developers plan their migration to the New Architecture
Reduces time spent searching through library changelogs
Makes the directory more valuable for React Native migration planning
Helps maintainers communicate their New Architecture support more clearly
Implementation Notes
The field should be optional (for backward compatibility)
The text was updated successfully, but these errors were encountered: