BabylonReactNative
BabylonReactNative copied to clipboard
this._xhr.getResponseHeader is not a function.
trafficstars
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.
Screenshots

Other
- Platform: [iOS]
- Nodejs: [16.17.1]
- Npm: [8.15.0]
Fixes are under way: https://github.com/BabylonJS/BabylonNative/pull/1144 https://github.com/BabylonJS/BabylonNative/pull/1149
Hi @Bruce-zxy latest package v 1.4.0 should have the fix. Let me know if you still have an issue.