Three js (AR) with Expo

Hi friends, anyone here has experience using Three js with Expo before?

I have a normal Expo app using react navigation and would like to add in a screen which has AR capabilities

is that technically possible? or does my AR app has to be a standalone app?

Thanks :slight_smile:

Hey @myhendry in the Expo client you will be able to use all AR capabilities. In order to push an app that uses AR to the app store you will need to detach and deploy the build. Pretty simple, I have an example project doing the same here:
https://github.com/expo/expo-three/tree/master/example

I’ll update the readme to more clear on the exact process. Because AR is only supported on iOS. You could still deploy your app the normal way on Android (iOS is easy either way).

Edit: as promised: https://github.com/expo/expo-three/tree/master/example#deployment

Hi evan, thanks for your response! Appreciate :slight_smile:

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.