Justin Kramer
Justin Kramer
One approach to changing the layout: Unfortunately this may require some non-trivial refactoring, since the nav is currently somewhat coupled to the board. This is motivation to fix that sooner...
Maybe. Can't say I'm a fan of that style of navigation. It's fairly uncommon on the web, and implementing it in a way that works responsively is not a small...
Agreed. My preference is to make the UI intuitive and discoverable, favoring new and casual players over power users, with carefully-considered options as needed. A full-screen mode is one relatively...
Playing with desktop layout ideas based on your suggestion...
Pushed some changes that are a first step in this direction, minus the side nav, which I'm still on the fence about.
Hi @osbert - thanks for sending an update. Would you like commit access to this repo? I honestly haven't looked at this lib in a long time and won't be...
@pochampagne I don't know if it's 100% correct but this is the workaround we're using: In package.json, we have these scripts: ``` { ... "scripts": { ... "publish:production": "yarn clear-react-native-cache...
@pochampagne it's a global env var on unix-like systems which points to a system temp directory - https://en.wikipedia.org/wiki/TMPDIR
I'm not actively working on it myself but happy to provide commit access to anyone that wants to. There may be folks on the Discord working on it too. See...
We just discovered that adding `icon` to the notification payload per the docs below also fixes this issue, without needing to modify AndroidManifest.xml: https://firebase.google.com/docs/cloud-messaging/http-server-ref#notification-payload-support We are now up and running...