Martin Bielik

Results 11 issues of Martin Bielik

As of react 17.0.0 it is not needed to import React into JSX files: https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html. Added functionality to conditionally import React based on the react version in the package.json.

### What Added ESlint section to README and described how to configure ESlint properly ### Why - Might be helpful to find all configuration at one place - Fixes #6

Currently it is not possible to find out speakerphone state. Since speakerphone can be turned on/off by both system and API, it is hard to show user the correct speakerphone...

enhancement

When using this plugin together with vim-javascript, indentation of parentheses is wrong after new line. I have following js code: ``` function render() { return (|) } ``` After pressing...

I am trying to use segmented control as a controlled component through `selectedIndex` and `onChange` properties. On iOS it does not work as expected. In the simple example below I...

When I pass numeric values to radio buttons, it does not work as expected. I have to to click two times on button to select it. E.g.: ```jsx ``` After...

Passing `nestedScrollEnabled` prop in order to allow scrolling when used in `ScrollView` container.

Allows to use segment control as a controlled react component