Alex Kompaniets

Results 4 comments of Alex Kompaniets

adding worked for me ``` keyboardOpeningTime={Number.MAX_SAFE_INTEGER} ``` mentioned in #418

Facing the same problem. Looks like `setValue` always references the old state value.

You can use internal method `_refresh` to do it ```javascript class MyCustomComponent extends Component { refresh() { this.refs.listview._refresh(); } render() { return ( ); } } ```

Also having the same issue. This revert error goes from **ValidatorManagerContract.sol** **isVerifiedByValidator** modifier. As I see that the only validator is `accounts[9]` address as you can see in mainnet migration....