diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index 4060c95..8bf633c 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -30,6 +30,7 @@ If applicable, add screenshots to help explain your problem. - React: - React Native: - React Native Reanimated: + - React Native Hold Menu: - Expo: **Additional context** diff --git a/.github/ISSUE_TEMPLATE/---feature-request.md b/.github/ISSUE_TEMPLATE/---feature-request.md deleted file mode 100644 index 21addea..0000000 --- a/.github/ISSUE_TEMPLATE/---feature-request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: "\U0001F446 Feature request" -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/---question.md b/.github/ISSUE_TEMPLATE/---question.md deleted file mode 100644 index a87604a..0000000 --- a/.github/ISSUE_TEMPLATE/---question.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -name: " ❔ Question" -about: Ask a question -title: '' -labels: question -assignees: '' - ---- - -## Ask your Question - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..74737ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 🚀 Feature Request + url: https://github.com/enesozturk/react-native-hold-menu/discussions/categories/ideas + about: Share ideas for new features + - name: ❓ Ask a Question + url: https://github.com/enesozturk/react-native-hold-menu/discussions/categories/q-a + about: Ask the community for help \ No newline at end of file diff --git a/README.md b/README.md index fd69804..4bfea40 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # React Native Hold Menu +[![Reanimated v2 version](https://img.shields.io/github/package-json/v/enesozturk/react-native-hold-menu/develop?label=Reanimated%20v2&style=flat-square)](https://www.npmjs.com/package/react-native-hold-menu) [![npm](https://img.shields.io/npm/l/react-native-hold-menu?style=flat-square)](https://www.npmjs.com/package/react-native-hold-menu) [![npm](https://img.shields.io/badge/types-included-blue?style=flat-square)](https://www.npmjs.com/package/react-native-hold-menu) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square&logo=EXPO&labelColor=f3f3f3&logoColor=000)](https://expo.io/) + A performant, easy to use hold to open context menu for React Native powered by Reanimated. 🔥 --- +![hold-menu-preview](./preview.gif) + ## Features - Powered with Reanimated v2. 🚀 diff --git a/preview.gif b/preview.gif new file mode 100644 index 0000000..831ed90 Binary files /dev/null and b/preview.gif differ diff --git a/website/static/video/hold-menu-preview.mp4 b/website/static/video/hold-menu-preview.mp4 index 188cf2c..6daaa4b 100644 Binary files a/website/static/video/hold-menu-preview.mp4 and b/website/static/video/hold-menu-preview.mp4 differ