From what I understand, React Native essentially allows you extend the functionality of React components to include native UI elements for mobile platforms. Angular 1.5 introduced components as more or less simple, best-practice directives.
I have a web application already written in AngularJS, and it would be amazing to be able to produce native mobile applications using React Native without having to re-write the front-end of the application completely in React.
Is it possible to use React Native to add native UI elements to Angular components instead of React components? I apologize if this is a silly question.