|
|
|
|
|
by crazypython
2232 days ago
|
|
I agree that Ionic's components are easier to work with and less of a hassle. However, React Native components let you talk directly to native, even using native components from the native platform's ecosystem in your code. It's a tradeoff developers have to make. https://github.com/wix/react-native-navigation is beautiful, it uses iOS' own navigation APIs, but it's a pain. |
|
One other aspect is that Ionic React uses react-dom so it will be a pretty normal react dev experience compared to RN which isn’t 1-1 (CSS being an example).