# Tim / Daniel / Moe Sync - 01/24/2023 ## Tim ### Android PoC * Write a barebones android app (wallet) that can be used as a PWA launcher using its provided WebView. This app injects a method onto `window` * Write a barebones PWA that uses ^ as a launcher. This PWA calls the method injected by the wallet app ### DWN-SDK-JS on Mobile * using a custom message-store built using [react native leveldb](https://www.npmjs.com/package/react-native-leveldb), can we use `dwn-sdk-js` in a react native app?