Fixed welcome screen issue # 30 #32

Merged
Vutukuri15 merged 3 commits from vutukuri15/30 into main 2025-02-24 00:09:29 -08:00
Vutukuri15 commented 2025-02-23 16:44:26 -08:00 (Migrated from github.com)

To fix this I used Environment variables in Expo
EXPO_PUBLIC_ prefix from .env files

To fix this I used Environment variables in Expo EXPO_PUBLIC_ prefix from .env files
MantashaNoyela (Migrated from github.com) reviewed 2025-02-23 16:44:26 -08:00
djwesty commented 2025-02-24 00:06:53 -08:00 (Migrated from github.com)

I made a few additional changes, since there were parts of this bug only I could replicate. Some of the fixes take the form of extra safeguards

  • Pin all dependencies
  • Remove possibly problematic and unneeded dependencies
  • Update readme/.env.example for formatting to match the new env template
  • remove unneeded babel.config
I made a few additional changes, since there were parts of this bug only I could replicate. Some of the fixes take the form of extra safeguards * Pin all dependencies * Remove possibly problematic and unneeded dependencies * Update readme/.env.example for formatting to match the new `env` template * remove unneeded babel.config
djwesty (Migrated from github.com) approved these changes 2025-02-24 00:07:04 -08:00
Vutukuri15 commented 2025-02-24 00:18:21 -08:00 (Migrated from github.com)

Thank you

Thank you
Sign in to join this conversation.
No description provided.