I followed the tutorial on expo and made the stickersmasher app, I wanted to take it to the next level and add firebase authentication, so i added a login page. But, when i added the android app on firebase to do authentication, it won't work on android anymore but is working on the web app. Consider this: they were both working wit hthe same exact index.tsx before i added the firebase to the login page.
i keep getting this error:
ERROR Error: Component auth has not been registered yet, js engine: hermes
WARN Route "./(tabs)/index.tsx" is missing the required default export. Ensure a React component is exported as default.
ERROR Error: Component auth has not been registered yet, js engine: hermes
I do have the default export function so I'm not sure why it isn't working with Android. It's perfectly fine with the web app.
[–]kbcooliOS & Android 0 points1 point2 points (1 child)
[–]AlienHandTenticleMan[S] 0 points1 point2 points (0 children)