Open Guria opened 5 years ago
I personally haven't tried it yet, but I mean to. I don't imagine there would be a huge difference vs using it with RFR though.
My recommendations (based on my experience on an app using RFR) would be:
react-navigation
. Intercept these actions in mapDispatchToProps
(which are not very specific, e.g. Navigation/NAVIGATE
) and redispatch them as actions matching the intended structure of your app (e.g. SETTINGS_SCREEN
).
RFR had some docs on Native support. It contains some intentions to provide some updates on it, but it seems they are a bit outdated now. Was RN support somehow transferred to
rudy
? Is there any usage examples?