> ## Documentation Index
> Fetch the complete documentation index at: https://moengage.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# iOS

> Set up iOS dependencies for the MoEngage React Native Cards plugin with architecture support.

We now offer support for turbo architecture starting from version 3.0.0.

To run the application in the new react architecture, follow these steps:

1. Navigate to the iOS folder.
2. 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:

1. Navigate to the iOS folder.
2. Run the command ***pod install*** to install the necessary dependencies.
