callstack / react-native-visionos

A framework for building native visionOS applications using React
https://callstack.github.io/react-native-visionos-docs/
MIT License
1.02k stars 30 forks source link

Running hermes #27

Closed okwasniewski closed 1 year ago

okwasniewski commented 1 year ago

Description

Goal of this issue is to properly link Hermes for visionOS.

Resources:

okwasniewski commented 1 year ago

I've been investigating this issue for quite a while now, it looks like we need to have latest CMake (built from main). However even with the latest one something is not working properly hermes is build only for the actual device (xros) not xrsimulator.

I've found this issue inside of CMake repo: https://gitlab.kitware.com/cmake/cmake/-/issues/25188#note_1403001

okwasniewski commented 1 year ago

Hermes is correctly building, #26