How do I know if app is running from expo client or stand alone app?

How do I know if app is running from expo client or stand alone app inside my app? Is it possible?

1 Like

hi, can I ask what’s your use case?

@edgar
Yes. I’ve uploaded my app both in standalone app and in expo client. So I want to find out if user launch app with standalone app or from expo client.

Hey there dooboolab, you can use Constants.appOwnership for this. Hope that helps!

3 Likes

@ben
Thanks this was what exactly I wanted.
Sorry I’ve missed that from reading your document!