Wojciech Maj

Results 257 comments of Wojciech Maj

I'm using Yarn, but you can skip peer deps check in NPM with a flag, too.

Clearly not. https://github.com/react-native-camera/react-native-camera#react-native-camera-is-deprecated

I think this just needs a null check. If you have `CFBundleURLTypes` array item but without `CFBundleURLSchemes` in your Info.plist (that's how it ended up looking when I changed some...

Hmmm, if we moved this to the beginning of the function then we would potentially start two asynchronous updates - one via onChange & props, one internal via state. That...

I think that's an excellent idea. Things to consider: * When `step >= 60` Chrome disables second picker (doable), and even removes it if time is exact minute (like `13:12:00`)....

I'm pretty sure Tile has to always be a button, because otherwise you can't select a tile. onClick will always be defined.

I gave this a thought and this could work, provided that we won't have any onClick passed to tiles, and this at the moment is always happening. Even if drillDown...

I think there was some misunderstanding because of my poor naming :) Picker itself is a "label" for the calendar. --above-label signalizes that the calendar collided with the bottom of...

Potentially related? https://github.com/wojtekmaj/react-date-picker/issues/274