Contributing to React Native Chart Kit
May 27, 2026 ยท View on GitHub
๐๐ First off, thanks for taking the time to contribute! ๐๐
Suggestions and pull requests are highly encouraged! Have a look at the open issues.
Branch names
Use lowercase kebab-case branch names in this format:
<type>/<short-summary>
Use these branch types:
fix/for user-visible bug fixesfeat/for new public functionalitydocs/for documentation-only changesci/for automation and CI changeschore/for maintenance, release hygiene, and dependency upkeeprefactor/for internal changes that do not intentionally change behaviorrelease/for version bump and publishing prep
Include an issue number when the branch maps to a specific issue, for example fix/733-svg-gradient-ids. Keep each branch scoped to one pull request.
Workflow
First clone:
git clone git@github.com:indiespirit/react-native-chart-kit.git
cd react-native-chart-kit
npm install --legacy-peer-deps
Verify the package before opening a pull request:
npm run typecheck
npm run build