
This week, SyncAssist has been doing a pretty heavy overhaul of our code! To start our mobile development work, we realized that several of the functions and states that we would be using for our conference handling would have to essentially be copied into our mobile app. So, to avoid this, we began by refactoring our states into global contexts, which allows us to reuse the states on the mobile side as well as avoid having to pass the state down as props.


Along with refactoring, we’ve fixed a number of existing bugs. Here’s the list, pulled straight from our commit history: fixed the home page, fixed user joining getting a message that the host joined, disabled remote control requests for non-Electron users, patched react-native-performance, reset the screen-sharing states, fix low screen-share FPS, update logic to stop screen-sharing, fix share screen, fix div error with RemoteControl.tsx — and these are only a fraction of the commits. It’s almost like every time we create something, we introduce new bugs 😃.
Although it’s been tough trying to implement new features while fixing old bugs, we’re making slow but steady progress and are planning on having most of the mobile app features built out over the next two weeks. Stay tuned for updates on our mobile app, and until next time!