Georgi Christov

Results 4 issues of Georgi Christov

I'm following the setup instructions but running into an issue trying to inject a dependency on iOS in a kotlin multiplatform project. I have: - added the `Bridge.kt` file in...

I'm seeing some issues with the font size and label position. Here's an image to illustrate: ![device-2017-11-29-104029](https://user-images.githubusercontent.com/7644787/33371203-d018281c-d4f1-11e7-96b0-0b3352158307.png) The icon on the dev version of the app has the overlay but...

Hi, I'm seeing an issue where after adding the RESideMenu control to the Activity, it is placed behind the hardware controls of the device. If I remove the side menu,...

I'm trying to serialise/deserialise the following model into Firestore on KotlinJS with `nodeJs()` target, which is correctly written to Firestore, along with its generated `type`. ``` @Serializable data class ApiSearchSession(...