-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Library Version
burnt: ^0.12.2
Environment
- React Native Version: 0.79.2
- Expo SDK Version: ^53.0.10
- Platform: iOS
- Project Setup: Generated using yarn create tamagui@latest. The application code is largely unchanged from the default starter template.
Relevant package.json (from apps/expo):
{
"dependencies": {
// ...
"burnt": "^0.12.2",
"expo": "^53.0.10",
"react-native": "0.79.2"
// ...
}
// ...
}Problem Description
When running the native application on iOS, the application fails to load the Burnt native module. This occurs in a project recently scaffolded with create-tamagui@latest, with minimal modifications to the starter code.
Steps to Reproduce
- Create a new Tamagui application using yarn create tamagui@latest.
- The generated project structure includes an apps/expo workspace with
burnt: ^0.12.2as a dependency. - Attempt to run the native application (e.g., using
yarn native) - Toast notifications do not function, and an error occurs before the toast is triggered.
Errror Messages
The following errors are observed in the console:
ERROR Error: Cannot find native module 'Burnt', js engine: hermes
ERROR TypeError: Cannot read property 'toast' of undefined, js engine: hermes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels