Kakar Nyori

Results 4 comments of Kakar Nyori

@MatiPl01 Thanks for the team's investigation on this. I want to add that what makes this particularly interesting is the performance difference between Expo Go and development builds. The same...

@kirillzyusko Yes. app.json: ``` { "expo": { "name": "multiline-app", "slug": "multiline-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "myapp", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "bundleIdentifier": "com.knyoridev.multiline-app" },...

@kirillzyusko I've tested the PR, and can confirm it works as intended on iOS. The behavior is now much closer to native ScrollView. There's still some minor jumpiness when typing...

@kirillzyusko Just tested again on Android and can confirm - the fix doesn't work on Android. When typing reaches the keyboard area, the KeyboardAwareScrollView doesn't scroll up, and the content...