wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
819 stars 150 forks source link

Remove Lodash dependency #60

Open radex opened 6 years ago

radex commented 6 years ago

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 commented 6 years ago

@artald Hey, mind taking a look?