HIMANSHU MISHRA
HIMANSHU MISHRA

Reputation: 159

How to install the React Native Expo App in iOS?

I have successfully created iOS build of React Native Expo App and I also downloaded it to the iPhone. But I am not able to install it in the phone. I am not able to open the file. Please help if anyone has any idea regarding this.This is image I have uploaded. This is what i am getting

Upvotes: 0

Views: 6345

Answers (2)

Amr Essam
Amr Essam

Reputation: 106

Actually, you can install your React-native Expo app on your iOS device if you have an Apple developer account, you can follow the detailed step-by-step guide in this article: https://medium.com/nerd-for-tech/your-guide-to-testing-your-expo-react-native-application-on-ios-abbde4086d08

Upvotes: 1

Alex Pereira
Alex Pereira

Reputation: 61

You can't directly install the React-native Expo app on your phone. You must use the AppStore or Expo client for IOS.

https://docs.expo.io/versions/v36.0.0/distribution/app-stores/

https://docs.expo.io/versions/latest/distribution/building-standalone-apps/

Upvotes: 0

Related Questions