It would be amazing to have a Home Screen widget for the clock so that I could see the time in Binary without having to open the app. Some resources that seem relevant: - [React Native App Extensions](https://reactnative.dev/docs/app-extensions) * Only for iOS. Also calls out the 16 MB RAM limitation for widgets which React Native quickly consumes. - [React Native: How To Build a Home Screen Widget for iOS and Android](https://betterprogramming.pub/react-native-how-to-build-a-home-screen-widget-for-ios-and-android-8b2d7db343cb) * > Spoiler alert: React Native can’t be used on the widget itself. - [HOW TO BUILD WIDGETS FOR A REACT NATIVE APP](https://www.asapdevelopers.com/how-to-build-widgets-for-a-react-native-app/) * Also uses native code for the widgets themselves.
It would be amazing to have a Home Screen widget for the clock so that I could see the time in Binary without having to open the app.
Some resources that seem relevant: