Adam McArthur
Adam McArthur
This also causes issues for Jest and [React Test Renderer](https://reactjs.org/docs/test-renderer.html) when testing components which import anything from `@ui-kitten/components`. ``` FAIL src/screens/Login/Login.test.tsx - Test suite failed to run Jest encountered an...
Thanks for the info @harryy2510. I genuinely had no idea the `?.` operator had made it to the JavaScript core 🤷♀️ My follow up questions are still going to be...
Update: This would of course only apply to Thinky error messages, not errors from the RethinkDB driver. The way I currently do it is similar to the following code, but...
Thanks for the PR! This seems to be quite a large change - could you explain a summary of what those changes are, what the motivation was and maybe also...
Hey there. The only positional customisation at this time is the `size` prop, which is a floating point between `0-1` representing how tall the picker modal is on the user's...
That's a really good idea! Perhaps that second export could look something like: ```jsx import SegmentedPicker from 'react-native-segmented-picker'; ``` There'd be a little bit of refactoring required to achieve this...
By the way - if we went with replacing the default export to the "naked" version of the picker as you suggested, I'd have to bump the package to `v3.0.0`....
I might re-open this actually! Otherwise I'll forget it needs doing 😄
Hey there! Thanks for the feature request. This is definitely something I will consider adding. I actually avoided adding a "Cancel" button initially because I don't ever recall seeing that...
Hi there! Thanks for the bug report. Do you mean the number of columns, or items within that column? At Ynomia, we've used this component in production to render lists...