-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Download links #7132
Fix Download links #7132
Conversation
@@ -1,5 +1,8 @@ | |||
import lodashGet from 'lodash/get'; | |||
import Config from 'react-native-config'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't import the Config from ./CONFIG
directly, Its undefined
may be due to circular dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried resolving it via creating another APP_URL file but still that was returning undefined
.
Those constant names are getting confusing now. We might want to go back at some point and clean them up. Specifically the difference between |
Details
Fixed Issues
$ #7123
Tests | QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android
I feel screenshots are not needed.