Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

I need to test my React Native app (Ejected from Expo as Bare Workflow) on my personal device. How do I build it and deploy on my iPhone?

$
0
0

This is purely for educational purposes, I am not planning to launch it to App Store at all as it is just a project I'm working on for College. I was using Expo managed workflow earlier but had to implement some native libraries, I still need to develop more of the code but since I can't access some third-party library through the Expo iOS app client, I want to be able to see if each features I have implemented work on my personal device.

Is there a way to build the app and install it on my iPhone to test it out? Along with rebuilding again after updating/fixing my codes? I missed the fast refresh feature the Expo app provided but since it is ejected, I am not sure how to test the app while working to finish up the project.


Viewing all articles
Browse latest Browse all 16552

Trending Articles