I want to implement a custom UIViewController
for my React Native "native iOS" UI component, as I need to override methods such as didReceiveMemoryWarning
. How do I do this given the React Native docs make no mention of UIViewController
?
↧
How to extend UIViewController for React Native iOS UI component?
↧