Jean-François Alarie
Jean-François Alarie
Hi, I am trying to create a ReactXP project on an actual Win10 machine. I installed VS 2019 Community and all requirements for creating react-native-windows projects (successfully tested following https://microsoft.github.io/react-native-windows/docs/getting-started)....
Issue when re-opening the web app after a while: Timeline does not update. Possible solution: Store data on opening, as well as on closing the app.
App does not seem to detect activation state from `RX.App.getActivationState()`, in `Main.tsx`.
Apparently solved in SoLoader v0.10.3, which is included as of RN 0.68+ -> Upgrade to RN 0.68
Apparently caused by a combination of WebView and animation. -> Do not show WebView components (for videos) in the chat timeline when no thumbnail is available in the event. Either...
- iPhone videos play fine on iPhone, Android, web - Samsung (various models) videos play fine on iPhone, Android, web - LG (G6) videos play fine on Android, web, but...