I started developing apps using React Native expo and I have never used Mac in my life. When I went to apple's developer site, it is written there that,
Starting April 2021, all iOS and iPadOS apps submitted to the App Store must be built with Xcode 12 and the iOS 14 SDK.
https://developer.apple.com/ios/submit/
Does that mean that we can't publish react native apps using expo without Xcode from April-2021? What if I want to make changes to the already published React Native app,Do I have to run it only in the Xcode? Can anyone please enlighten me?
Thanks in advance.