An open API service indexing awesome lists of open source software.

https://github.com/rhdeck/react-native-multidex

Utility to activate multidex support in react-native applications
https://github.com/rhdeck/react-native-multidex

Last synced: over 1 year ago
JSON representation

Utility to activate multidex support in react-native applications

Awesome Lists containing this project

README

          

# react-native-multidex

Utility to activate multidex support in react-native applications

Have you found that after adding some native plugins you get a warning about 64k functions? This solves that.

## Installation

```bash
yarn add -D react-native-multidex
# OR
npm i --save-dev react-native-multidex
```

## Usage

```
react-native multidex
# Done!
```

_Credit: Learned about this on a [great Medium post](https://medium.com/@aungmt/multidex-on-androidx-for-rn-0-60-x-cbb37c50d85) by Aung Myint Thein_

**_Note: Tested in React Native 0.62 and 0.63._**