Describe the bug
BabylonNative.h is missing in @babylonjs/react-native v1.7.7 and 1.7.8.
Due to this issue, when building an iOS app, a build error occurs saying that BabylonNative.h cannot be found.
To Reproduce
- yarn add @babylonjs/react-native@v1.7.7
- Clean Pod file
- Pod install
- build iOS app
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Other