-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
1 parent
bc0ecb1
commit 2522fb6
Showing
690 changed files
with
495,987 additions
and
21,229 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
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
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 |
---|---|---|
@@ -1,35 +1,40 @@ | ||
--- | ||
name: π Report a bug | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
title: "" | ||
labels: "bug" | ||
assignees: "" | ||
--- | ||
|
||
### Current behaviour | ||
|
||
<!-- Describe your issue in detail --> | ||
|
||
### Expected behaviour | ||
|
||
<!-- A clear and concise description of what you expected to happen --> | ||
|
||
### How to reproduce? | ||
|
||
<!-- Help us to reproduce the issue and describe the steps --> | ||
<!-- Attach code example on snack.expo.dev or in a GitHub repo --> | ||
|
||
### Preview | ||
|
||
<!-- Include screenshots or video if applicable. --> | ||
|
||
### What have you tried so far? | ||
|
||
<!-- List down the steps you have tried to fix or identify the issue. --> | ||
|
||
### Your Environment | ||
|
||
| software | version | ||
| --------------------- | ------- | ||
| ios | x | ||
| android | x | ||
| react-native | x.x.x | ||
| react-native-paper | x.x.x | ||
| node | x.x.x | ||
| npm or yarn | x.x.x | ||
| expo sdk | x.x.x | ||
| software | version | | ||
| ------------------ | ------- | | ||
| ios | x | | ||
| android | x | | ||
| react-native | x.x.x | | ||
| react-native-paper | x.x.x | | ||
| node | x.x.x | | ||
| npm or yarn | x.x.x | | ||
| expo sdk | x.x.x | |
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
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
--- | ||
name: π¬ Question | ||
about: You need help with React Native Paper. | ||
title: '' | ||
labels: 'question' | ||
assignees: '' | ||
|
||
title: "" | ||
labels: "question" | ||
assignees: "" | ||
--- | ||
|
||
### Ask your Question | ||
|
||
<!-- A clear and concise question describing the concern --> |
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
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
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,3 @@ | ||
# Ignore artifacts: | ||
build | ||
coverage |
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 |
---|---|---|
@@ -1,5 +1 @@ | ||
|
||
singleQuote: true | ||
tabWidth: 2 | ||
trailingComma: "es5" | ||
useTabs: false | ||
{} |
Oops, something went wrong.