Mattia
Results
4
comments of
Mattia
> I got this issue as well. It's fine if I use the version come from npm or yarn, but not github 1.1.0 version. Same issue for me
It's working! ``` "react": "17.0.2", "react-native": "0.65.3", ``` ``` compileSdkVersion = 33 targetSdkVersion = 32 ```
> The fix In the code below, replace YOUR_SCHEME with your scheme from app.json, e.g. com.myapp.mobile. Including the colon (:) at the end is critical for the scheme to be...