CaioQuirinoMedeiros / react-native-currency-input

A simple currency input component for both iOS and Android
https://www.npmjs.com/package/react-native-currency-input
MIT License
158 stars 25 forks source link

Remove prop memoization #30

Open nandorojo opened 1 year ago

nandorojo commented 1 year ago

https://github.com/CaioQuirinoMedeiros/react-native-currency-input/blob/19f5e3feb9be3a9567cb88b320de676ceb37bab2/src/CurrencyInput.tsx#L166

This memoization does nothing, since rest is in the dependencies, and rest gets recreated on every render.