Skip to content

Latest commit

 

History

History
230 lines (172 loc) · 4.44 KB

File metadata and controls

230 lines (172 loc) · 4.44 KB
name 🐛 Bug Report
about Report a bug or issue found
title [BUG]
labels
bug
needs triage
assignees

🐛 Bug Report

📝 Description

Bug Summary

Detailed Description

🔄 Steps to Reproduce

  1. Open application/component...
  2. Click on...
  3. Scroll to...
  4. See error

Minimal Reproducible Example

import React from 'react';
import { ComponentName } from 'rnc-theme';

const BugExample = () => {
  return (
    <ComponentName
      // Props that cause the bug
    >
      Content
    </ComponentName>
  );
};

export default BugExample;

✅ Expected Behavior

❌ Actual Behavior

🌍 Environment

Project Environment

  • React Native Version:
  • RNC Theme Version:
  • Platform: iOS / Android / Web
  • Device/Simulator:
  • OS Version:
  • Node Version:
  • Package Manager: npm / yarn / bun

Development Environment

  • IDE: VS Code / WebStorm / Other
  • Metro Version:
  • Flipper Version:
  • Xcode Version (iOS):
  • Android Studio Version (Android):

Dependencies

{
  "react": "version",
  "react-native": "version",
  "rnc-theme": "version",
  "other-relevant-deps": "version"
}

📱 Screenshots/Videos

Bug Screenshot

Expected Screenshot

Video Demo

💻 Code Sample

Component Implementation

// Paste problematic component code

Theme Configuration

// Paste theme configuration

Full Example

// Complete example showing the bug

📋 Error Logs

Console Errors

// Paste console errors here

Metro Bundler Errors

// Paste Metro errors here

Native Errors

// Paste native errors here

Stack Trace

// Paste stack trace here

🔍 Additional Information

Frequency

  • Always (100%)
  • Often (>50%)
  • Sometimes (10-50%)
  • Rarely (<10%)
  • Once

Severity

  • 🔥 Critical (app crashes, data loss)
  • 🚨 High (major feature broken)
  • ⚠️ Medium (minor feature broken)
  • 📝 Low (cosmetic issue)

Impact

  • All users
  • Specific platform users (iOS/Android/Web)
  • Users with specific configuration
  • Only in development
  • Only in production

Workaround

Related Issues

First Occurrence

Regression

  • Yes, this worked in version: ___
  • No, this never worked
  • Not sure

🧪 Testing

Tested Scenarios

  • Fresh installation
  • Existing project
  • Different devices
  • Different OS versions
  • Different React Native versions

Not Tested

  • iOS
  • Android
  • Web
  • Different configurations

🤝 Contribution

Willingness to Help

  • I'm willing to help fix this bug
  • I'm willing to help with testing
  • I'm willing to help with reproduction
  • I'm only reporting the bug

Investigation Done

  • Checked documentation
  • Searched existing issues
  • Tried different configurations
  • Debugged the source code
  • Created minimal reproduction

Note: Detailed and reproducible bug reports will help us fix issues faster. Thank you! 🙏