react-native-keyboard-input
react-native-keyboard-input copied to clipboard
Remove Lodash dependency
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
@artald Hey, mind taking a look?