JSPM

expo-build-properties

0.14.0-canary-20250305-0af9ad2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 668214
  • Score
    100M100P100Q195364F
  • License MIT

Config plugin to customize native build properties on prebuild

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-build-properties) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    expo-build-properties

    expo-build-properties is a config plugin to customize native build properties when using npx expo prebuild.

    API documentation

    Installation

    npx expo install expo-build-properties

    Add plugin to app.json. For example:

    {
      "expo": {
        "plugins": [
          [
            "expo-build-properties",
            {
              "android": {
                "compileSdkVersion": 31,
                "targetSdkVersion": 31,
                "buildToolsVersion": "31.0.0"
              },
              "ios": {
                "deploymentTarget": "13.0"
              }
            }
          ]
        ]
      }
    }

    Contributing

    Contributions are very welcome! Please refer to guidelines described in the [contributing guide][https://github.com/expo/expo#contributing].