-
Notifications
You must be signed in to change notification settings - Fork 169
/
ISSUE_TEMPLATE.txt
36 lines (25 loc) · 1.88 KB
/
ISSUE_TEMPLATE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--Hi! Thanks for trying out React Native Easy Grid!-->
<!--Take a look at these before heading towards creating an issue. Before you submit your issue, please make sure to check the following boxes by putting an x in the [ ] (don't: [x ], [ x], do: [x])-->
## I have gone through these following points
- [] Check latest documentation: https://docs.nativebase.io/
- [] Check for existing open/closed issues for a possible duplicate before creating a new issue: https://github.com/GeekyAnts/react-native-easy-grid/issues
- [] Use the latest React Native Easy Grid release
- [] Check examples from NativeBase KitchenSink https://github.com/GeekyAnts/NativeBase-KitchenSink
- [] For discussion purpose make use of NativeBase Slack: http://slack.nativebase.io/
- [] For queries related to theme, check [Theme Variables](https://docs.nativebase.io/docs/ThemeVariables.html) from Docs and live NativeBase Theme Editor http://nativebase.io/customizer/
## Issue Description
<!-- **DO** fill out the below form to give us a better idea about your environment and help us debug it quicker. Issues without the required details will mostly be closed.-->
### node, npm, package.json, xcode version
### Expected behaviour
### Actual behaviour
### Steps to reproduce
<!--
- Include code snippet and output screenshot.
- Include code snippet in preformatted mode (```code```) and not in screenshot.
- In case of lengthy code, then cut down into simple screen.
- Shared snippet should have import statement, parent component and the topmost component in which the component (for which issue is raised) is wrapped.
- Issue will be closed abruptly in case of buggy code snippet.
-->
### Is the bug present in both iOS and Android or in any one of them?
### Any other additional info which would help us debug the issue quicker.
<!-- In case of not following the above instructions, the issue will be closed abruptly -->