Konstantin Smirnov

Results 6 comments of Konstantin Smirnov

@ilyaagarkov checks are failing because of the missing dependencies (`react` specified as a `peerDependency`). Still make sense to get some feedback regarding the code.

**Code-wise it is done with https://github.com/ilyaagarkov/react-bem-classes/pull/6**

Needs actual `circleci` setup.

Jest setup provided by https://github.com/ilyaagarkov/react-bem-classes/pull/6

**Setup:** ``` "react": "16.0.0", "react-native": "0.49.3", ``` **Number input component:** ```js focus = () => { if (this.inputRef) { this.inputRef.focus(); } } inputRef: ?TextInput; assignRef = (inputRef: ?TextInput) => {...