Gytis Vinclovas

Results 11 issues of Gytis Vinclovas

### Work summary It would help a lot to display story list as a full screen list instead of half screen. Since now the story names are sometimes too long...

enhancement
feature request

To support fast refresh we need to limit storiesOf usage to a single one in a file. We should be able to check the amount of calls by checking module.

api: stories
feature request

By using channel we simplify React tree update, since we can fetch info in the middle of the render instead of doing additional setStates.

cleanup

When you start react-native-server, open notes tab and select a different story, storybook starts switching between old and new story back and forth. If you have canvas open it does...

bug
addon: notes
app: react-native-server

Long time ago when I was creating new UI for React Native my first version looked like this: ![](https://media.giphy.com/media/fe9Rx5ABVYUS6tDRYO/giphy.gif) I see a benefit of having ability to display addons/navigation at...

feature request

### Current behavior If input has autoFocus, the very first render with KeyboardAvoidingView has incorrect layout. https://user-images.githubusercontent.com/3867635/177523565-46a54f3f-f61c-48be-8017-7eefb1bd6501.MP4 ### Expected behavior Behaviour is supposed to be consistent ### Reproduction https://snack.expo.dev/NpNizvBod ###...

bug
platform:ios
repro provided

### Current behavior Using Native Stack navigator and navigating to another screen, which has onLayout listener for the Root element logs: (tested on iphone XS max) ``` ►{width:414,height:896,x:0,y:0} ►{width:414,height:808,x:0,y:0} ```...

bug
library:react-native-screens
platform:ios
repro provided

### Current behavior It is possible to quickly press tab button while the navigation is already happening due to an action before. In the example I am clicking "Go to...

bug
platform:android
platform:ios
repro provided

### Current behavior https://user-images.githubusercontent.com/3867635/174601607-797ba254-06cf-4316-bf51-2c2cce4b6940.mov In the example there is a screen, which shows a loader after button is clicked. After some time the loader is hidden and app navigates to...

bug
platform:android
repro provided

Duplicated from https://github.com/react-navigation/react-navigation/issues/10673 since the bot asked for it. ## Description ### Current behavior Using Native Stack navigator and navigating to another screen, which has onLayout listener for the Root...

Missing info
Platform: iOS
Repro provided