<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd" -->

---
title: How to Add Meta Quest Support to Your Expo App | daily.dev
description: Software Mansion has released expo-horizon-core, a config plugin and library that simplifies adding Meta Quest (Horizon OS) support to Expo apps. The plugin...
canonical: https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: How to Add Meta Quest Support to Your Expo App | daily.dev
og:description: Software Mansion has released expo-horizon-core, a config plugin and library that simplifies adding Meta Quest (Horizon OS) support to Expo apps. The plugin...
og:url: https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd
og:image: https://api.daily.dev/og/posts/mZTcus4Dd.png
og:image:alt: How to Add Meta Quest Support to Your Expo App
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Add Meta Quest Support to Your Expo App

**[Software Mansion](https://daily.dev/sources/swmansion)** · 8 min read · 0 upvotes · 0 comments

## Summary

Software Mansion has released expo-horizon-core, a config plugin and library that simplifies adding Meta Quest (Horizon OS) support to Expo apps. The plugin automatically configures Android product flavors for mobile and Quest builds, updates AndroidManifest with required Meta Horizon settings, removes forbidden permissions, and provides JavaScript utilities like isHorizonDevice(). Two forked Expo libraries — expo-horizon-location and expo-horizon-notifications — extend location and notification support to Quest devices. The team chose Android product flavors over environment variables to enable switching between mobile and Quest builds without cleaning or prebuilding, and contributed upstream changes to Expo to enable this. Push notifications on Quest are still in development, and Expo Push Service is not supported on Quest devices.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://swmansion.com/blog/how-to-add-meta-quest-support-to-your-expo-app-68c52778b1fe>

## Similar posts on daily.dev

- [React Native Comes to Meta Quest · React Native](https://daily.dev/posts/react-native-comes-to-meta-quest-react-native-ra13lehqi) · React Native · 3 upvotes · 0 comments

---

Tags: [#react-native](https://daily.dev/tags/react-native), [#vr](https://daily.dev/tags/vr)

[View this post on daily.dev](https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"How to Add Meta Quest Support to Your Expo App","url":"https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd"},"datePublished":"2026-08-02T07:15:37.225Z","dateModified":"2026-08-02T07:40:44.868Z","description":"Software Mansion has released expo-horizon-core, a config plugin and library that simplifies adding Meta Quest (Horizon OS) support to Expo apps. The plugin...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/54c50c295dbf9edeeb8b4fc66d48b778?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/54c50c295dbf9edeeb8b4fc66d48b778?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Software Mansion","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Software Mansion","logo":"https://media.daily.dev/image/upload/s--sOx0vaVZ--/f_auto,q_auto/v1785654908/logos/swmansion?_a=BAMAMicg0","url":"https://daily.dev/sources/swmansion"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/how-to-add-meta-quest-support-to-your-expo-app-mztcus4dd","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"react-native,vr","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Software Mansion","item":"https://daily.dev/sources/swmansion"},{"@type":"ListItem","position":3,"name":"How to Add Meta Quest Support to Your Expo App"}]}
```

