Gytis Vinclovas
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...
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.
By using channel we simplify React tree update, since we can fetch info in the middle of the render instead of doing additional setStates.
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...
Long time ago when I was creating new UI for React Native my first version looked like this:  I see a benefit of having ability to display addons/navigation at...
### 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 ###...
### 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} ```...
### 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...
### 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...
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...