IsaiahSavage / faithlink-mvp

Repository for my MVNU Honors Project.
Other
3 stars 0 forks source link

12 web app not compiling #44

Closed IsaiahSavage closed 6 months ago

IsaiahSavage commented 6 months ago

Fixes #12

Issue is with getReactNativePersistence function not being supported by web. App now uses browserLocalPersistence when compiling for web.

Additionally, found compilation issues involving forward refs in the web. Disabled those on the login screen. Please advise: if any other forward refs are found, we may need to do some refactoring across the board to either remove them completely or check OS before utilizing.