stsiushkevich
stsiushkevich
Hello! I use create-react-app and didn't set a react version in my package.json directly. So your library uses react 16.8.0. I have an error related with batching state changes. There...
Android 6.0 API 23 Build Tools 25.0.0 RN 0.42.0 Listener of 'locationUpdated' event doesn't trigger. My code looks like this: ```javascript import React, { Component } from 'react' import {...
### Prerequisites - [ +] I have read the [documentation](https://react-jsonschema-form.readthedocs.io/); ### Description I'm overriding a base StringField component by my custom using instructions. But the base label doesn't appear. ```javascript...