Highest Rated Comments


marcfawzi5 karma

Hey Nick,

Is there an example for embedding a React Native component into an Objective-C view controller's view. I've done it the other way around and that is easy (see: https://www.youtube.com/watch?v=YV3p09KoYKw) When embedding an RN component into a native view, I am wondering how to make the React Native component work with AutoLayout so that it would position correctly on different screen sizes. Any example out there? Sorry, semi-noob :)