Reputation: 3
I need to publish my react native application to test flight from windows environment
Upvotes: 0
Views: 1930
Reputation: 144
You can't do it on Windows 10. You need XCode to archive the app and send it to ITunes, where you can use tesflight
Actually, you can't even run the iOS app on Device without XCode. https://facebook.github.io/react-native/docs/running-on-device#docsNav
Upvotes: 1