Mindaugas Jacionis
Mindaugas Jacionis
This adds: - `husky` and its hooks to ensure quality of the commits that are pushed. It is not intended to replace CI that runs tests, it is more for...
I would like to suggest using prettier to enforce code consistency across the project and help out anyone who wants to contribute 🙂
I've tried to run demo app with `react-native` _v0.46.2_ and _v0.46.3_, but in both cases got an error: ``` /Users/mindaugasjacionis/Desktop/react-native-keyboard-input/node_modules/react-native-keyboard-tracking-view/lib/KeyboardTrackingViewManager.m:185:39: error: no visible @interface for 'RCTTextField' declares the selector 'setInputAccessoryView:'...
Multiline
I know this is in your todo list, but I was just wondering how is the progress regarding multiline graph?
[[0, 63916271.35], [1, 64924147.74], [2, 64924147.74], [3, 64924147.74], [4, 64924147.74], [5, 64924147.74], [6, 64924147.74], [7, 64924147.74], [8, 64924147.74], [9, 64924147.74], [10, 64924147.74], [11, 64924147.74]] I am using tightBounds={true}, showGrid={false}, showAxis={false},...
It would be awesome to be able to set bounds yourself, then you could set the same bounds for two different line charts and align them with position:absolute and kinda...
Hi, I am having issues with `react-select` package on SSR. This is one of the common components to use. When I add it on SSR with `react-php-v8js` I get this...