5.0.2 • Published 9 months ago

@callstack/repack-plugin-expo-modules v5.0.2

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

mit licence npm downloads Chat PRs Welcome

@callstack/repack-plugin-expo-modules is a plugin for @callstack/repack that compliments the integration of Expo Modules into your React Native projects.

About

This plugin helps and compliments the process of enabling Expo Modules in Re.Pack projects by defining necessary globals that are expected by Expo Modules at runtime. However, it is not sufficient on its own for a complete setup. For comprehensive guidance on using Expo Modules with Re.Pack, please refer to our official documentation.

Installation

npm install -D @callstack/repack-plugin-expo-modules

Usage

Plugin

To add the plugin to your Re.Pack configuration, update your rspack.config.js or webpack.config.js as follows:

import { ExpoModulesPlugin } from "@callstack/repack-plugin-expo-modules";

export default (env) => {
  // ...
  return {
    // ...
    plugins: [
      // ...
      new ExpoModulesPlugin(),
    ],
  };
};

Check out our website at https://re-pack.dev for more info and documentation or our GitHub: https://github.com/callstack/repack.

5.1.2

6 months ago

5.1.1

6 months ago

5.1.0

6 months ago

5.1.0-rc.0

7 months ago

5.0.6

8 months ago

5.0.5

8 months ago

5.0.4

8 months ago

5.0.3

9 months ago

5.0.2

9 months ago

5.0.1

9 months ago

5.0.0

9 months ago

5.0.0-rc.12

9 months ago

5.0.0-rc.11

9 months ago

5.0.0-rc.10

10 months ago