react-native-multidex
v1.0.1
Published
Utility for activating multidex support in react-native apps
Downloads
7
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
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 by Aung Myint Thein
Note: Tested in React Native 0.62 and 0.63.