1.0.1 • Published 5 years ago
react-native-multidex v1.0.1
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.