BabylonReactNative icon indicating copy to clipboard operation
BabylonReactNative copied to clipboard

this._xhr.getResponseHeader is not a function.

Open Bruce-zxy opened this issue 3 years ago • 2 comments
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:

  1. clone the BabylonReactNativeSample;
  2. yarn
  3. cd ios && pod install
  4. yarn start
  5. yarn ios --simulator "iPhone 14 Pro"

Expected behavior I want the example to work.

Screenshots image

Other

  • Platform: [iOS]
  • Nodejs: [16.17.1]
  • Npm: [8.15.0]

Bruce-zxy avatar Oct 09 '22 17:10 Bruce-zxy

Fixes are under way: https://github.com/BabylonJS/BabylonNative/pull/1144 https://github.com/BabylonJS/BabylonNative/pull/1149

ryantrem avatar Oct 09 '22 21:10 ryantrem

Fixes are under way: BabylonJS/BabylonNative#1144 BabylonJS/BabylonNative#1149

Thanks a lot.

Bruce-zxy avatar Oct 10 '22 03:10 Bruce-zxy

Hi @Bruce-zxy latest package v 1.4.0 should have the fix. Let me know if you still have an issue.

CedricGuillemet avatar Nov 09 '22 17:11 CedricGuillemet