-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Hi, I've tried all the steps mentioned here for making this work with expo on ios, but the output is always a black screen.
I've tried using npx expo prebuild and then following the steps in the readme, but that didn't solve it.
To reproduce:
Install a new expo project:
npx create-expo-app@latest
Installing the package
npx expo prebuild
Then following the steps from the readme
npx expo run:ios --device
I've also tried the same but adding it to plugins in app.json
["@azesmway/react-native-unity", { "name": "expo-test-unity" }] (with expo-test-unity my project name)
Does anyone know a fix for it.
I'm using the following main packages:
"@azesmway/react-native-unity": "^1.0.11",
"expo": "~54.0.30",
"react-native": "0.81.5",
Metadata
Metadata
Assignees
Labels
No labels