| info |
Note Due to the recent CocoaPods Specs Repo deprecation, you must explicitly define your dependency sources to ensure your project builds successfully. Please add the following lines at the very top of your
|
We now offer support for turbo architecture starting from version 10.0.0.
To run the application in the new architecture, follow these steps:
- Navigate to the iOS folder.
- Run the command RCT_NEW_ARCH_ENABLED=1 bundle exec pod install to install the necessary dependencies.
To run the application in the old react architecture, follow these steps:
- Navigate to the iOS folder.
- Run the command pod install to install the necessary dependencies