-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Area: CLIArea: FabricSupport Facebook FabricSupport Facebook FabricDeveloper First ExperienceIssues that are going to be hit by a new developer as they first try out RNWIssues that are going to be hit by a new developer as they first try out RNWNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: Developer ExperienceSupport the RNW developer inner-loop.Support the RNW developer inner-loop.enhancementhelp wanted
Milestone
Description
Problem Description
There have been several instances of a fresh New Architecture app being launched and deployed without any build errors, but then displaying a blank white screen. The JS bundle loads correctly, and the solution has no errors, so it is very difficult to debug the reason why the app content is not being displayed.
Link to instance of issue: #14370
A common cause of this error is when the RN and RNW versions being used by the app are not the same major version (i.e using 0.77.X RNW version with 0.78.X RN version). In order to fix this, the react-native and react-native-windows dependencies should be on the same major version.
Steps To Reproduce
- Create a new RNW app with the New Arch template
- Build and launch
Expected Results
App displays content successfully
CLI version
npx @react-native-community/cli -v
Environment
npx @react-native-community/cli infoCommunity Modules
No response
Target Platform Version
None
Target Device(s)
No response
Visual Studio Version
None
Build Configuration
None
Snack, code example, screenshot, or link to a repository
No response
Metadata
Metadata
Assignees
Labels
Area: CLIArea: FabricSupport Facebook FabricSupport Facebook FabricDeveloper First ExperienceIssues that are going to be hit by a new developer as they first try out RNWIssues that are going to be hit by a new developer as they first try out RNWNew ArchitectureBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricBroad category for issues that apply to the RN "new" architecture of Turbo Modules + FabricWorkstream: Developer ExperienceSupport the RNW developer inner-loop.Support the RNW developer inner-loop.enhancementhelp wanted