upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

RN 0.81.1 iOS Native Custom Component - How to parse children to native code

Open Schr3da opened this issue 4 months ago • 0 comments

Hi everybody,

Im currently implementing a native custom view component which requires to get the children properly forwarded so that I can add them to a custom inner layout.

Back in the old architecture there was the native method

- (void)insertReactSubview:(UIView *)subview atIndex:(NSInteger)atIndex

However the new architecture approach using the RCTViewComponentView seems not to use this method.

Can somebody please help me out as I couldnt find much on documentation side.

regards schr3da

Schr3da avatar Sep 05 '25 10:09 Schr3da