We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
react-native-datetimepicker
Learn more about funding links in repositories.
Report abuse
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
It would be nice to get the CI to work faster. This can probably be done by caching the pod_install step and maybe yarn install step.
We rely on https://github.com/react-native-community/react-native-circleci-orb so potential changes should be done there. We can test them out in this repo and then ship them there.
yarn install is already provided there, with caching (https://github.com/react-native-community/react-native-circleci-orb/blob/master/src/commands/yarn_install.yml) but it throws errors for us if we use it. The error is described in https://github.com/react-native-community/datetimepicker/blob/master/.circleci/config.yml. Issue for this: react-native-community/react-native-circleci-orb#66
the pod_install step could be cached, inspiration can be taken in https://github.com/wordpress-mobile/circleci-orbs or react-native-community/react-native-circleci-orb#58
The text was updated successfully, but these errors were encountered:
10 minutes on each platform now, including tests :)
Sorry, something went wrong.
No branches or pull requests
Feature request
It would be nice to get the CI to work faster. This can probably be done by caching the pod_install step and maybe yarn install step.
Possible implementation
We rely on https://github.com/react-native-community/react-native-circleci-orb so potential changes should be done there. We can test them out in this repo and then ship them there.
yarn install is already provided there, with caching (https://github.com/react-native-community/react-native-circleci-orb/blob/master/src/commands/yarn_install.yml) but it throws errors for us if we use it. The error is described in https://github.com/react-native-community/datetimepicker/blob/master/.circleci/config.yml. Issue for this: react-native-community/react-native-circleci-orb#66
the pod_install step could be cached, inspiration can be taken in https://github.com/wordpress-mobile/circleci-orbs or react-native-community/react-native-circleci-orb#58
Code sample
The text was updated successfully, but these errors were encountered: