32 lines
658 B
Markdown
32 lines
658 B
Markdown
---
|
|
name: Bug report
|
|
about: Something is not working as expected
|
|
title: "[bug]: "
|
|
labels: ["bug"]
|
|
---
|
|
|
|
**Describe the bug**
|
|
A short description of what went wrong.
|
|
|
|
**To reproduce**
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Expected behavior**
|
|
What you expected to happen.
|
|
|
|
**Screenshots / logs**
|
|
If useful, add a screenshot or Metro / Xcode / Android Studio logs.
|
|
|
|
**Environment**
|
|
- Device: [e.g. iPhone 15, Pixel 8, iOS Simulator]
|
|
- OS: [e.g. iOS 18, Android 15]
|
|
- Expo SDK: [e.g. 51] (skip if bare React Native)
|
|
- React Native: [e.g. 0.74]
|
|
- Node.js: [e.g. 20.11]
|
|
- Package manager: [npm / pnpm / yarn]
|
|
|
|
**Additional context**
|
|
Anything else, including whether you followed a tutorial.
|