What Works
Most React Native libraries work seamlessly on Meta Horizon OS if they're self-contained and don't depend on restricted services.
Core Expo Libraries
These Expo libraries work out of the box:
expo-file-system- File system operationsexpo-asset- Asset managementexpo-sqlite- Local databaseexpo-camera- Camera accessexpo-audio- Audio playbackexpo-av- Media playbackexpo-image- Image handling
React Native Libraries
Most React Native libraries work without modification:
- State management: Redux, Zustand, Jotai, etc.
- Networking: Fetch API, axios, etc.
- Animations:
react-native-reanimated,react-native-gesture-handler - UI libraries: Most component libraries work (may need VR-specific styling)
- Navigation: React Navigation works with VR considerations
Rule of Thumb
If a library is self-contained and doesn't depend on external services or restricted hardware, it should work on Meta Horizon OS.
