open-native icon indicating copy to clipboard operation
open-native copied to clipboard

Component Support?

Open coltkenn2658 opened this issue 2 years ago • 1 comments

Does this support the ability to add React Native components to a Nativescript Angular application? Examples would be React Native core components or React Native Paper.

coltkenn2658 avatar Aug 29 '23 12:08 coltkenn2658

Hey, you cannot use core react native components with this yet. However using view based native libraries like react-native-webview etc is possible but you still need to write the JS layer.

React Native Paper wraps core components which are tightly coupled with react itself so it's not possbile to bring those to Angular for example.

ammarahm-ed avatar Sep 08 '23 05:09 ammarahm-ed