After all my research I am still unable to find a proper documentation for deployment of app in app store without using expo.
The application runs fine in debugging mode and other testing device the only problem being is deployment.
Thought I have already found an article called Deploying a React Native App for iOS in medium but the problem is its incomplete and already outdated.
I already have setup environment in App Store . Please feel free to guide me I am willing to try any step.
Along with what is specified in the link that you shared.Follow the steps below:
1.Add app release certificates in Xcode configuration generated from Apple developer account.
2.Archive your project from menu options Product> Archive in Xcode.(This will generate an .ipa file)
3.Upload .ipa file generated to Itunes connect account.
4.Add ScreenShots and Submit it for Review.
As , a conclusion for my problem for now this is the best combo guide that I would ever find in internet to deploy my app on App store till now .
- Wiki Genexus
- Blog Instabug
The problem in my case is I am not quite clear about the deploy process and there were too many guide to follow .Every guide I come across were either incomplete or some thing completely different .Please feel free to upload and review the links above.
Thank you @Himanshu G and @JitenderBadoni