Home > Enterprise >  How do I set up an IOS application for development with a team (react native)
How do I set up an IOS application for development with a team (react native)

Time:09-05

I'm working on a react-native application and I would like for it to work on IOS. In IOS, I'm learning that there are all these configurations such as bundle identifier, team, app signing etc, and I'm just wondering if anyone has any articles they would recommend that explains all or parts of this? I'm new to IOS development but am looking to learn. Thanks!

CodePudding user response:

This article is good for knowing what to do when publishing an. app :

https://reactnative.dev/docs/publishing-to-app-store

For xcode related configurations you can check

https://reactnative.dev/docs/environment-setup

Hope it helps feel free for doubts

CodePudding user response:

I think these will be helpful!

  • Related