0.2.10 • Published 3 months ago

expo-plugin-aboutlibraries v0.2.10

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

expo-plugin-aboutlibraries

A simple expo config plugin to add AboutLibraries as a gradle plugin to your app.

Installation

expo install expo-plugin-aboutlibraries

Usage

// app.config.js or app.json

module.exports = {
  plugins: [
    [
      "expo-plugin-aboutlibraries",
      {
        aboutLibrariesVersion: "10.5.2", // optional, defaults to 10.5.2
      },
    ],
  ],
};

Now you can use AboutLibraries to generate a list of native libraries used in your app.

# apply the new config
$ expo prebuild

$ cd android

# This will generate a file called aboutLibraries.json in the assets folder
$ ./gradlew app:exportLibraryDefinitions -PaboutLibraries.exportPath=../../assets -PaboutLibraries.exportVariant=release
0.2.10

3 months ago

0.2.9

3 months ago

0.2.8

5 months ago

0.2.7

9 months ago

0.2.6

10 months ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.1.1

1 year ago