-
-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Bug | ||
|
||
<!-- | ||
Please provide a clear and concise description of what the bug is. | ||
Include screenshots or gifs if needed. | ||
Please test using the latest release of the library, as maybe your bug has been already fixed. | ||
If the library has multiple install methods, describe installation method (e.g., pod, not pod, with jetifier etc). | ||
**Please note that issues that do not follow the template may be closed.** | ||
--> | ||
|
||
## Environment info | ||
|
||
<!-- | ||
Please provide the version of the libraries below. | ||
--> | ||
|
||
| Library | Version | | ||
| ------------------------------- | ------- | | ||
| @gorhom/bottom-sheet | x.x.x | | ||
| react-native | x.x.x | | ||
| react-native-reanimated | x.x.x | | ||
| react-native-gesture-handler | x.x.x | | ||
|
||
## Steps To Reproduce | ||
|
||
<!-- | ||
- You must provide a clear list of steps and code to reproduce the problem. | ||
- Keep the code reproducing the bug as simple as possible, with the minimum amount of code required to reproduce the issue. See https://stackoverflow.com/help/mcve. | ||
- Either re-create the bug using the repository's example app or link to a GitHub repository with code that reproduces the bug. | ||
- Explain the steps we need to take to reproduce the issue: | ||
--> | ||
|
||
1. | ||
2. | ||
3. | ||
|
||
Describe what you expected to happen: | ||
|
||
1. | ||
2. | ||
|
||
## Reproducible sample code | ||
|
||
<!-- | ||
Please add minimal runnable repro as explained above so that the bug can be tested in isolation. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
# Feature Request | ||
|
||
<!-- | ||
This issue should serve for you to present or pitch an idea to the maintainers - but remember that it would be better if you were to submit a PR instead 🤗 | ||
--> | ||
|
||
## Why it is needed | ||
|
||
<!-- | ||
Please tell us a bit more of why you want this feature to be added, what's its origin | ||
--> | ||
|
||
## Possible implementation | ||
|
||
<!-- | ||
It really helps if you could describe from a technical POV how this new feature would work, which code it rely on, etc | ||
--> | ||
|
||
### Code sample | ||
|
||
<!-- | ||
Please show how the new code could work, if doable | ||
--> |