OpenNative / open-native

Open Native brings cross-platform communities together to help them collaborate and strengthen each other through development diversity.
https://open-native.org/
MIT License
454 stars 8 forks source link

Component Support? #26

Open coltkenn2658 opened 1 year ago

coltkenn2658 commented 1 year ago

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.

ammarahm-ed commented 1 year ago

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.