react-native-keyboard-input icon indicating copy to clipboard operation
react-native-keyboard-input copied to clipboard

Remove Lodash dependency

Open radex opened this issue 7 years ago • 1 comments

Lodash is a big dependency, used here in three very trivial places, and Metro bundler isn't very good at tree shaking. I replaced uses of it with simple vanilla JS. Seems to work perfectly fine and shaved over 100KB off my app's build size

radex avatar Aug 01 '18 10:08 radex

@artald Hey, mind taking a look?

radex avatar Aug 30 '18 10:08 radex