Artsiom Grintsevich
Artsiom Grintsevich
@codebutler hey, I'm not sure if anyone is relying on current `testID` prop, which is used by `TouchableWithoutFeedback`. What do you think about adding some prefix to passed value of...
@whitestranger7 @dVaytul are you guys sure the problem is in mappings? for me it looks that `size` variant just overrides that font size that you declared in `status` variant group....
@fatihozkir There might be 2 cases: either passed appearance/status/size are undefined or non-null values, which are not described in mappings. From the code snippet it's not clear where default value...
@soltaneben can you please check your code snippet, I think `height` is missing in destructuring expression. From what I see the issue appears because you're not passing `style` prop to...
@qbunia can you please provide some code snippet, which allows to reproduce the issue? I've check on a sample project changing `selectedIndex` makes `ViewPager` to change the page, can't reproduce...
@qbunia which version did you use?
It seems the issue was fixed. Closing the ticket
@mleungwsu can you please confirm, that development server was started? according to error it might be that it was not. did you executed `expo start` command?
@imoempire is it possible to share some sample project where we can try to reproduce the issue? for now it looks that it might be some local issue with dependencies/imports,...
@SuperKXT can you please describe the use case when you trigger focus method? I know we don't pass ref to `TouchableOpacity`, that's why it's not working. I'm just interested is...