how to implement AR in react native

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • react-native-camera

    Discontinued A Camera component for React Native. Also supports barcode scanning!

  • react-native-arkit

    React Native binding for iOS ARKit

    It depends on how complex it should be. Firstly you need to check face detection. Eq. for images in expo you have https://docs.expo.dev/versions/latest/sdk/facedetector/ , for face tracking it's still unresolved issue https://github.com/react-native-ar/react-native-arkit/issues/154 and finally you can bind it somehow with this lib https://github.com/ViroCommunity/viro/ as https://github.com/react-native-ar/react-native-arkit is not longer maintained

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • viro

    ViroReact: The AR and VR library for React Native 📳💙💛🤍💚 (by NativeVision)

    It depends on how complex it should be. Firstly you need to check face detection. Eq. for images in expo you have https://docs.expo.dev/versions/latest/sdk/facedetector/ , for face tracking it's still unresolved issue https://github.com/react-native-ar/react-native-arkit/issues/154 and finally you can bind it somehow with this lib https://github.com/ViroCommunity/viro/ as https://github.com/react-native-ar/react-native-arkit is not longer maintained

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts