expo-plugin-aboutlibraries
TypeScript icon, indicating that this package has built-in type declarations

0.2.10 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i expo-plugin-aboutlibraries

    Weekly Downloads

    2

    Version

    0.2.10

    License

    MIT

    Unpacked Size

    21.2 kB

    Total Files

    8

    Last publish

    Collaborators

    • explodingcamera