Samuel Susla

Results 30 comments of Samuel Susla

Hello @kkarayannis thank you for the response. I've tried it again and the issue still seems to be there. I recorded two short videos that showcase the issue # 1st...

I tried to repro the issue in the sandbox but I couldn't. Is there any other condition that needs to be met to repro this, for example browser? Could you...

Hello @snakepoongmail, is this causing you any troubles? I think this is a side effect of how React Fiber holds onto pieces of data and is harmless. The data will...

@gyzerok could it be that you have retain cycles in your app? Are resources correctly cleaned up when component is unmounted? Alternatively, could you try to use React past this...

> Not sure what you mean by retain cycles, can you elaborate? By retain cycles I meant things like missing `removeEventListener` calls or similar. Something that would prevent component form...

`AnimatedComponent` and `ScrollViewStickyHeader` are now StrictMode compatible. `AnimatedComponent` resolved by https://github.com/facebook/react-native/commit/5e863fc42c8a2b27f4a785766eb643de9a243b2d `ScrollViewStickyHeader` resolved by https://github.com/facebook/react-native/commit/925e81ab86c9807b66d405d914e857b978b194fd

Hello @Simon-TechForm The [linked paragraph](https://reactnative.dev/docs/new-architecture-library-intro) talks about JavaScript specifically. iOS and Android have their dedicated sections. When writing components in the new architecture, UIManager won't be accessible on the host...

@bbookman of course, it is attached to this PR or go to https://github.com/sammy-SC/Sharaku/tree/swift-4 you will find it there. Let me know if you need more information.

@makomori I could take a look at that, do you have any design/style of cropping in mind that I should stick to?

@matthewess I was experiencing same issue, my image was referring to an image picked by `UIImagePickerController` if that answers your question. @LuckyStarProg approach solved the issue for me.