Home  >  Q&A  >  body text

How to run react-native on visionOS

<p>Apple has just released the visionOS SDK for creating Vision Pro applications. How to run React-Native projects on Apple Vision Pro? </p>
P粉505917590P粉505917590440 days ago471

reply all(1)I'll reply

  • P粉738046172

    P粉7380461722023-08-29 10:28:25

    To run your application on visionOS just add it as a supported target.

    Select your app target in the project settings and navigate to the "General" tab. Among Supported Destinations, click the Add ( ) button to add a new destination and select the Apple Vision option.

    Afterwards, just select Apple Vision Pro (designed for iPad) from the run target list and press Run

    reply
    0
  • Cancelreply