breeffy / react-native-monorepo

Monorepo with UI components.
Apache License 2.0
183 stars 8 forks source link

Pickers: Add different rounding options #63

Closed likern closed 2 years ago

likern commented 2 years ago

Now only usual rounding is performed, which works like Math.round(). While it's desirable to have different rounding options like Math.ceil() or Math.floor().

This is especially useful, when precision is set to 0. Related to #61.