Tycho
Tycho
## Type of issue - [ ] Bug report - [x] Feature request ## Uploader type - [ ] Traditional - [x] S3 - [ ] Azure I'm creating a...
When we use css style for border radius, we are having an error on only android devices. IOS works fine! CSS: ` .input { border-radius: 4px; } ` The error...
I cannot use your library because of guzzle set to version 6 can you add support voor 7.2?
I'm trying to use react-native-web within this project. NextJS delivers an example: https://github.com/zeit/next.js/tree/master/examples/with-react-native-web It adds a .babelrc file with the following content ```json { "presets": ["next/babel"], "plugins": [ ["react-native-web", {...