-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feat/force update #265
Feat/force update #265
Conversation
src/hooks/force-update.ts
Outdated
const openStore = () => { | ||
Platform.select({ | ||
ios: Linking.openURL(''), | ||
android: Linking.openURL(''), |
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.
You can add these values to the env file and use them with the react-native-config
library
android: Linking.openURL(''), | |
ios: Linking.openURL(APP_STORE_URL), | |
android: Linking.openURL(PLAY_STORE_URL), |
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.
Done
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.
Great work! A few minor comments and this should be good to go!
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.
Great work 💯
Pull request type
Description
Force update to minimum version with firebase connection
Jira board reference
Notes:
Tasks:
Preview