2

Can react native build to iPad OS ? till now we have react native to build iOS apps and android apps. Apple is separating iPad OS from iOS, do you think react Native still be able to solve the cross platform problem....?

iPad OS is supposed to be out by next sept/ oct apple event

Sree
  • 309
  • 3
  • 7

2 Answers2

1

Yes, that should still be possible. "iPad OS" is basically just a different name. The technology is still the same.

Rengers
  • 14,911
  • 1
  • 36
  • 54
1

Yes. iPadOS is built on the same foundation as iOS, but since Apple has added several features specific to the iPad, it has decided to give it its own name: "iPadOS".

So if your app was built and released on older iOS versions such as iOS 12, users with iPhone or iPad on iOS 13 will still be able to install your app.

M Reza
  • 18,350
  • 14
  • 66
  • 71
  • yes, but my question is whether React Native framework creating apps for iPad also... – Sree Jun 19 '19 at 01:38
  • @Sree there's no poblem creating iPad apps. It will soon support all iPadOS features as well. – M Reza Jun 19 '19 at 03:24