Closed
Description
For questions, please use the forum.
Describe the bug
When I pull down the code of BabylonReactNativeSample and run it, the console reports an error, the error shows that this._xhr.getResponseHeader is not a function.
To Reproduce
Steps to reproduce the behavior:
- clone the BabylonReactNativeSample;
- yarn
- cd ios && pod install
- yarn start
- yarn ios --simulator "iPhone 14 Pro"
Expected behavior
I want the example to work.
Other
- Platform: [iOS]
- Nodejs: [16.17.1]
- Npm: [8.15.0]