Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue running the quickstart app #238

Open
AkbarBakhshi opened this issue May 30, 2024 · 0 comments
Open

Issue running the quickstart app #238

AkbarBakhshi opened this issue May 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@AkbarBakhshi
Copy link

AkbarBakhshi commented May 30, 2024

Describe the issue

I am trying to run the quickstart app on Android (haven't tested iOS) following the instructions here.

Basically, I cloned the project, then I navigated into the quickstart folder and ran yarn in the terminal and thenreact-native run-android. With that, I get some errors similar to what is discussed here (it appears that incompatible or old versions of react and react-native may have caused that error). Anyways, I was able to resolve the issue by following these steps in the quickstart folder:

  1. Deleted the existing package-lock.json
  2. Deleted node_modules folder (from running previous yarn command)
  3. Bumped react to 18.2.0 and react native to 0.69.3
  4. Ran yarn again

With this structure, I was able to build the android app and run it on the emulator. So, it seems like those dependency versions need to be updated in the repo. Could anyone test and see if they are having the same issue as I am?

My main problem though at this point is that I have to upgrade to react native 0.73.6. When I do that, I am getting some other errors after I run react-native run-android:

Screenshot 2024-05-29 at 8 40 42 PM

Again, all I did was bumping react-native to 0.73.6 (also, from previous step, bumped react to 18.2.0), and then I am getting the error in the screenshot above. All other files are same as what's on the repo. Anyone has any ideas why this is happening and how to resolve? Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant