Skip to content

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevSettings' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes,Invariant Violation: "AwesomeProject" has not been registered. #649

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevSettings' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes,Invariant Violation: "AwesomeProject" has not been registered.

Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'DevSettings' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes,Invariant Violation: "AwesomeProject" has not been registered. #649

Workflow file for this run

name: Issue handling
on:
issues:
types: [opened, edited]
jobs:
add_label_rn_version:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Add label with the React Native version
uses: ./actions/addLabelRNVersion
with:
github-token: ${{ secrets.GITHUB_TOKEN }}