nandorojo / zeego

Menus for React (Native) done right.
https://zeego.dev
MIT License
1.42k stars 41 forks source link

Issue when installing Zeego #84

Open JetFlightGit opened 2 months ago

JetFlightGit commented 2 months ago

I trying to get Zeego to work but running into a small issue. Before installing Zeego everything was working fine. Then i used these two commands: yarn add zeego and yarn add @react-native-menu/menu

An now my program is not working anymore. I am using Expo Router with Clerk Authentication, pretty much following this build https://www.youtube.com/watch?v=iDZBeIgcixk

Now after making another pre build and starting it on the virtual android device. this is the error i am getting: Android Bundling failed 4445ms (C:\Users\jetfl\Projekts\VolleyScout\node_modules\expo-router\entry.js) Unable to resolve "expo-auth-session" from "node_modules\@clerk\clerk-expo\dist\useOAuth.js"

image

Hope someone could help me out a bit.