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