You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
A bug means that there is something broken or outside expectations in `react-native-elements`. If you only need help writing your own components, check out the [Slack channel](https://react-native-elements-slack.herokuapp.com/) FIRST.
8
+
A bug means that there is something broken or outside expectations in `react-native-elements`. If you only need help writing your own components, check out the [Discord server](https://discord.com/invite/e9RBHjkKHa) FIRST.
Copy file name to clipboardexpand all lines: website/docusaurus.config.js
+12-5
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,12 @@ const config = {
15
15
themes: ['@docusaurus/theme-live-codeblock'],
16
16
plugins: [
17
17
// [
18
-
// '@docusaurus/plugin-client-redirects',
18
+
// '@docusaurus/plugin-client-redirects',
19
19
// {
20
-
// fromExtensions: ['html'],
20
+
// fromExtensions: ['html'],
21
+
// redirects: [
22
+
// /docs/oldDoc -> /docs/newDoc
23
+
// ],
21
24
// },
22
25
// ],
23
26
'./plugins/react-native-elements-web.js',
@@ -93,7 +96,7 @@ const config = {
93
96
id: 'support_us',
94
97
content:
95
98
'If you like React Native Elements, give it a <a target="_blank" rel="noopener noreferrer" href="https://github.com/react-native-elements/react-native-elements">star on GitHub!</a> ⭐'+
96
-
' and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/rn_elements">Twitter</a>!',
99
+
' and join the <a target="_blank" rel="noopener noreferrer" href="https://discord.gg/e9RBHjkKHa">Discord server</a>!',
0 commit comments