0.13.2 • Published 2 months ago

expo-build-properties v0.13.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

0.13.2

3 months ago

0.13.1

6 months ago

0.13.0

6 months ago

0.12.5

9 months ago

0.12.4

9 months ago

0.12.3

11 months ago

0.12.2

11 months ago

0.12.1

12 months ago

0.12.0

1 year ago

0.11.1

1 year ago

0.11.0

1 year ago

0.10.0

2 years ago

0.9.1

2 years ago

0.9.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.8.3

2 years ago

0.8.2

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.0

3 years ago