Matin Zadeh Dolatabad
Matin Zadeh Dolatabad
@jpaquim It seems that wildcards are still not supported on bun v1.0: ```json { "extends": "@tsconfig/react-native/tsconfig.json", "compilerOptions": { "skipLibCheck": true, "isolatedModules": false, "paths": { "@assets/*": ["./assets/*"], "@hava/*": ["./src/*"], "@hava-tests/*": ["./__tests__/*"]...
Any update on this issue?!? I think this is same as #17540 and #19979
> Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue...
I had this problem even if there is no resize! On Fri, 20 Mar 2020, 12:53 djhr, wrote: > Having similar issue with scrollview on android, when size changes (e.g....
It has not fixed yet.
> > Any update? facing the same issue with Hebrew (RTL language). > > Maybe any workaround? > > taka a look at this [satya164/react-native-tab-view#1068 (comment)](https://github.com/satya164/react-native-tab-view/issues/1068#issuecomment-783233062). It worked for me....
> @matinzd hey, did you already find a solution for this bug?i also has the same issue just like you, for me it's from LTR not RTL on android... No,...
> I had the same issue. For my case it was caused by getItemLayout() in FlatList. Not using getItemLayout() solved the issue for me. Maybe a correct/precise implementation (calculation of...
Update: I realized that even without adding space or margin between items, the bug is still present. I have updated the reproducible example. Wrapping it in another view will fix...
> I confirm this issue exists in iOS 15. I've tested it on iOS 16 and there was no issues. Env: RN Version: 0.68.5 React Version: 17.0.2 iPhone: 8 It's...