···54545555# Use legacy packaging to compress native libraries in the resulting APK.
5656expo.useLegacyPackaging=false
5757+5858+android.extraMavenRepos=[]
5759networkTimeout=100000
···11+// earliest part of aquareum's entrypoint. set up message notifications and stuff.
22+// index.js
33+import { initPushNotifications } from "./platform";
44+55+export default async function background() {
66+ await initPushNotifications();
77+}