u/vovxbroblox

(New expo dev) Expo app opens to a cropped version of default icon.png
▲ 1 r/expo

(New expo dev) Expo app opens to a cropped version of default icon.png

Ok, so I recently created an using the default expo template with sdk 54. I added some simple ui and backend stuff
Now for my onboarding page i put it in a directory in app, then like usual setup a redirect to /onboarding in index.

Current index:

import { Redirect } from "expo-router";

export default function Index() {

return <Redirect href="/onboarding" />;

}

The issue is, that my app loads up to this version of icon.png (in assets), ive tried everything, such as fixing my onboarding, changing link apis. I've tried asking claude, but it has no clue. Unfortunately, I'm coding via windows computer, I have yet to setup xcode. So really what I'm doing is using an unsigned ipa via github actions. Anyone have any idea what may be going on? Sorry, I just switched from flutter to RN and expo.

u/vovxbroblox — 9 days ago

local ai on the ti84+ ce

Saw this on reddit, then wondered. https://github.com/maddiedreese/gbc-transformer
basically local ai on the gbc

If the cpu and ram on a gbc are limited, with maybe a few adjustments, and replication of how it was optimized, the faster processor and larger ram of the ti84+ ce might allow for a model that actually spits out some text.

u/vovxbroblox — 9 days ago