Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to run ios apps developed using react-native in linux to real iphone

I am having a react-native app. I would like to generate an iOS app from my linux/windows machine. Is it possbile? Some friends has suggested me about BuddyBuild. is there any alternative solutions for me?? I have the following physical devices

  1. Laptop running windows & linux (running node.js,python,java,npm,and lot more)
  2. iPhone 5S
  3. Internet Connection
like image 919
Thomas Easo Avatar asked Jun 03 '17 15:06

Thomas Easo


People also ask

How do I run React Native iOS on real device?

Open your react native app's directory, navigate to ios folder, and double-click on . xcworkspace file to open the Xcode. Next, open the Product menu, go to Destination, and select your device. If you don't have an Apple Developer account, you must create one to be able to run your project on an iOS device.

Can you make iPhone apps with React Native?

React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch.

Can iOS app be developed on Linux?

However, you need to use Xcode to build an iOS app and Xcode will only work on macOS. You cannot get away with Linux or Windows. We can, however, build and distribute the apps to Google Play Store or Apple App Store using a CI/CD product like Codemagic.

Do I need a Mac to develop iOS apps with React Native?

A Mac device is required to build projects with native code for macOS. Install Xcode version 11.3.


1 Answers

Try Expo. It's built on top of React Native and it makes developing a lot easier because you can see what you code instantly on a real phone. You can send links to people or even use a QR code to share your projects as you work on them.

Expo

like image 74
Funk Soul Ninja Avatar answered Oct 13 '22 22:10

Funk Soul Ninja