4 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a new workflow generation option in the React Native CI/CD Workflow Builder to perform React Native bundle analysis. This involves adding a new preset that generates a GitHub Actions workflow to build Android and iOS JS bundles, analyze their size using a tool like `react-native-bundle-visualizer` (or a custom script), upload the analysis report as an artifact, and optionally comment on the PR with bundle size changes. The implementation should integrate seamlessly with the existing CLI and programmatic API.

Complexity: 3/5
enhancement help wanted

Mobile CI/CD Workflow Builder

TypeScript

AI Summary: Implement a reusable React component, `<ComingSoonCTA>`, that displays a modal when clicked. This modal should offer users the option to either join a waitlist via email capture or a mailto link, or to submit feedback/feature requests via links to relevant GitHub Discussions or issue templates. The component should be designed to work with disabled roadmap cards indicating features not yet implemented (Expo, iOS, Android).

Complexity: 3/5
enhancement help wanted good first issue

Mobile CI/CD Workflow Builder

TypeScript

AI Summary: Add README files to the `src/helpers/` and `src/presets/` directories to explain the purpose and contents of the modules within those directories.

Complexity: 2/5
documentation enhancement good first issue

Mobile CI/CD Workflow Builder

TypeScript

AI Summary: Create a short (20-second) screencast demonstrating the workflow builder's usage, from form completion to YAML code copying. Optimize the GIF to under 1MB and embed it within the project's `docs/getting-started.md` file.

Complexity: 2/5
documentation enhancement good first issue

Mobile CI/CD Workflow Builder

TypeScript