Expo Welcome screen issue #30
Labels
No Label
Large
Medium
Small
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: david/poker-chips-helper#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem:
When running the app locally as a developer, the welcome screen is shown but one cannot develop
Recreation:
Clone the app, and follow the readme instruction to run expo
Notes:
This issue seems likely related to our use of
react-native-dotenv
. We are using this package, and having the same experience described in a stack overflow post. This same post suggests using expos native env feature instead. To address this, we should roll-back thereact-native-dotenv
and any other changes that were directly added to support that specific attempt (babel packages/files?). Then proceed the new way