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
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-multidex
- Owner: rhdeck
- License: mit
- Created: 2020-04-18T02:16:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T12:58:13.000Z (over 3 years ago)
- Last Synced: 2025-02-22T01:35:49.971Z (over 1 year ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._**