Closed
Description
Context
We currently ship @babylonjs/react-native-iosandroid packages with only x86_64 binaries for the IOS Simulator platform. This makes users that consume the package on arm64 MacBook's to be forced to manually modify their Podfile and .xcodeproj to force project to be compiled only for x86_64 Simulator and run under Rossetta. If arm64 binaries were provided I believe everything would work out of the box.
Improvement
Include arm64 IOS Simulator binaries in packages
- @babylonjs/react-native-iosandroid-64
- @babylonjs/react-native-iosandroid-65
- @babylonjs/react-native-iosandroid-69