You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
מה ניסית לעשות? לבנות גרסה על שרתי אקספו?
איך זה אמור היה להיעשות?
מה לא עבד?
איזו הודעת שגיאה קיבלת?
what are .env files? and what should be inside them?
@davidpelfree
פשוט יצרתי קבצי env
ויש פקודה פשוטה לפני הרצת הפרויקט: export ENVFILE=.env.dev
*לצורך העיניין לסביבת dev
והפקודה פשוט לא עובדת כנראה בגלל אקספו, יש ספריות אחרות שאפשר לטפל בפיצול וניהול סביבות עם אקספו
@Hiltchy222
*שוב לדעתי הנןשא הזה לא קריטי ואפשר לעבוד גם בלי זה
I think about using CI tool (GitHub actions, TravisCI, CircleCI, GitLab CI and many others) to build to specific "environments".
They know how to keep secrets encrypted and how to define logical "environment" which build a slightly different version, usually to separate dev/prod.
Technically, for each environment, a different configuration file (like keys.js) will be injected.
Expo doesn't recognize the export.
הוספה של .env files לא עבדה לי עם אקספו, צריך להשתמש בסיפריה או משהו
The text was updated successfully, but these errors were encountered: