At the moment, the customServer redux field lives only in native. Since we want to use this state in web as well, we will need to lift the redux logic into lib. This diff handles lifting the redux state into lib
Depends on D10090
Differential D10092
[lib/native/web] lift customServer redux state into lib ginsu on Nov 29 2023, 12:55 AM. Authored by Tags None Referenced Files
Details At the moment, the customServer redux field lives only in native. Since we want to use this state in web as well, we will need to lift the redux logic into lib. This diff handles lifting the redux state into lib Depends on D10090 flow and confirmed that the custom server on native works as expected Here is a demo video also showing that the custom server field also works on web too
Diff Detail
Event TimelineComment Actions Looks good to me - just would prefer if someone else could take a look though regarding the redux setup Comment Actions Can you also check if calling setCustomServerActionType on web sets the value in the store? Comment Actions
Amended the test plan to show a demo of this |