79128418

Date: 2024-10-26 11:39:10
Score: 0.5
Natty:
Report link

If using expo, changing expo-build-properties resolve the issue:

[
  "expo-build-properties",
  {
    "android": {
      ...
    },
    "ios": {
      "deploymentTarget": "15.1",
      ...
    }
  }
]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Rafael Diego Nicoletti