csirkeautomata
csirkeautomata

Reputation: 177

How to run on iPhone a React Native app from Ubuntu OS

Am I able to run my React Native application on a ios physical device? And if I am able to..let me ask you how is it possible?

I have created the application via 'React Native CLI quickstart' 'dev OS: Linux', 'target device: Android'..because I read: 'If you want to develop for both Android and iOS, that's fine - you can pick one to start with, since the setup is a bit different.'

I am not using Expo, because i will need the feature of reading NFC tags.

Upvotes: 2

Views: 3430

Answers (1)

emeraldsanto
emeraldsanto

Reputation: 4741

You will not be able to deploy to iOS without a Mac and XCode. Since you mentioned you can't use Expo, the other solution is to use online rent-a-mac type of services which let you use a Mac in the cloud to deploy your app.

Upvotes: 1

Related Questions