BekahHW / postpartum-wellness-app

An app to help moms monitor their well-being during the post-partum stage.
MIT License
43 stars 38 forks source link

Home Screen error preventing app from loading #73

Closed BekahHW closed 3 years ago

BekahHW commented 3 years ago

Describe the bug The app won't load bc of an issue with the home screen export

To Reproduce Steps to reproduce the behavior: load the project see the error

How to fix the issue

Screenshots Screen Shot 2021-10-10 at 12 26 13 AM

Desktop (please complete the following information):

.

jdwilkin4 commented 3 years ago

Hi @BekahHW !

I tried to replicate the issue on my end but I was able to load the home screen on the expo app on my phone. IMG_E882E718B9CB-1

I looked at the HomeScreen.tsx file and it looks like it already had the export default at line 18.

export default function HomeScreen({

Has the issue been resolved? Or am I misunderstanding the issue?

Thanks!

BekahHW commented 3 years ago

@jdwilkin4 I deleted yarn.lock and node_modules, reran yarn, and it works again lol