Rob X
Rob X
Are there any updates? Unknown fields are useful for synchronizing data.
> @robxyy can you please create a minimal reproducible sample? @dima-avdeev-jb `To Reproduce` and `Screenshots` has been updated.
@vivaCoda54 Please check your IDEA/AS Proxy or Gradle Proxy. https://stackoverflow.com/questions/36330895/error-gradle-sync-failed-connection-refused-connect
Update: Also had similar issue with `TextField`.
@mazunin-v-jb beta2 has fixed this issue, but there are still two issues: 1. When using `SelectionContainer ` with `Text`, the keyboard will be shown ``` SelectionContainer { Text(text = "Hello...
> Hi @robxyy these changes were reverted from release 8.3.0 of rn-codepush and latest 8.3.1 hotfix doesn't include them. Reason behind this is that customers reported rollbacks of update and...
Blocked by https://github.com/Kotlin/kotlinx-benchmark/issues/98
The purpose of this design is to facilitate encryption and decryption without requiring the user to understand the process of generating `iv` (BTW, `iv` also supports customization), it also refers...
> @robxyy I wasn't able to reproduce "No TextField on the screen, but the Keyboard is open." What exactly is happening at the end of the video? Or maybe there's...
> > Yes, at the end of the video, when I leave Screen2 , clicking the current screen or other button will automatically open the keyboard, probably related to focus....