forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
React Native switched to Hermes as the default JavaScript Engine in .70, RNW should target .73 as our candidate to switch to Hermes. This tracks what currently needs to be accomplished before making the switch. Edit as needed with new issues.
### Tasks
- [ ] Switch to an ABI-safe API
- [ ] Profiler support
- [ ] In-depth crash dump analysis
- [ ] Resolve issues with promises
- [ ] https://github.com/microsoft/hermes-windows/issues/87
- [ ] Update react-native-windows-init for hermes to be default for new apps
- [ ] Decide how we want to handle upgrades for existing apps using chakra
- [ ] Update app templates to assume hermes default
- [ ] Reconcile codebase to expect hermes as the default (not `UseHermes` opt-in, but maybe `UseChakra` like `UseV8`)
- [ ] https://github.com/microsoft/react-native-windows/issues/9358
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request