Skip to content

Is react-xr applicable for React Native projects? #156

Answered by CodyJasonBennett
dbezrukov asked this question in Q&A
Discussion options

You must be logged in to vote

R3F v8 brings support for react-native, but native AR features are very limited on mobile devices (not implemented; also see caniuse). Unfortunately, I don't believe Apple intends to implement this any time soon until they can better integrate the spec with their ecosystem.

I'd look for any native solutions you can that are cross-platform (IOS & Android) as AR isn't feasible to implement on your own. For tracking, you can find many Tensorflow projects with object/OpenCV & pose tracking as a start.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@r4topunk
Comment options

@bbohlender
Comment options

Answer selected by bbohlender
Comment options

You must be logged in to vote
2 replies
@CodyJasonBennett
Comment options

@iShelar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question A general question or query about WebXR or react-xr
6 participants
Converted from issue

This discussion was converted from issue #120 on July 18, 2022 12:41.