-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Closed
Labels
Platform: iOSiOS applications.iOS applications.Resolution: Issue in another tool or repoAn issue that was opened against React Native but in reality is affecting another tool or libraryAn issue that was opened against React Native but in reality is affecting another tool or libraryType: New ArchitectureIssues and PRs related to new architecture (Fabric/Turbo Modules)Issues and PRs related to new architecture (Fabric/Turbo Modules)
Description
Description
i get this Failure Error in IOS when i make use of this unstable_reactLegacyComponentNames: ['BVLinearGradient'] to support in new architecture
Thread Performance Checker: Thread running at QOS_CLASS_USER_INTERACTIVE waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions
Assertion failed: (module), function constructCoordinator, file LegacyViewManagerInteropComponentDescriptor.mm, line 64.
React Native Version
0.72.0
Output of npx react-native info
Assertion failed: (module), function constructCoordinator, file LegacyViewManagerInteropComponentDescriptor.mm, line 64
Steps to reproduce
- Add unstable_reactLegacyComponentNames in react native config file for the component which is not compatible with new architecture
- run the xcode
- the build will be successfull
- the xcode will crash with above error
Snack, code example, screenshot, or link to a repository
just add this in react-native config file
project: {
ios: {
unstable_reactLegacyComponentNames: ['BVLinearGradient'],
},
android: {}, // grouped into "project"
},
cpintos-sccpintos-sc
Metadata
Metadata
Assignees
Labels
Platform: iOSiOS applications.iOS applications.Resolution: Issue in another tool or repoAn issue that was opened against React Native but in reality is affecting another tool or libraryAn issue that was opened against React Native but in reality is affecting another tool or libraryType: New ArchitectureIssues and PRs related to new architecture (Fabric/Turbo Modules)Issues and PRs related to new architecture (Fabric/Turbo Modules)