79761182

Date: 2025-09-10 18:41:00
Score: 1.5
Natty:
Report link

You can install expo-build-properties. In your app.json, add this to your plugins

[
        "expo-build-properties",
        {
          "ios": {
            "extraPods": [
              { "name": "Your Pod Name", "module_headers": true }
            ]
          }
        }
      ],

See https://docs.expo.dev/versions/latest/sdk/build-properties/#extraiospoddependency

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: acw