|
2 | 2 | blank_issues_enabled: false
|
3 | 3 | contact_links:
|
4 | 4 | - about: 'e.g. npx react-native start, react-native run-android, react-native init'
|
5 |
| - name: 'My issue relates to running react-native' |
| 5 | + name: 'Running react-native' |
6 | 6 | url: 'https://github.com/react-native-community/cli/issues/new/choose'
|
7 | 7 | - about: "e.g. import { View } from 'react-native', gradle error"
|
8 |
| - name: 'My issue relates to using react-native' |
| 8 | + name: 'CLI: react-native start' |
9 | 9 | url: 'https://github.com/facebook/react-native/issues/new/choose'
|
10 | 10 | - about: 'e.g. expo start, expo run:ios, expo init'
|
11 |
| - name: 'My issue relates to expo-cli' |
| 11 | + name: 'CLI: expo start' |
12 | 12 | url: 'https://github.com/expo/expo-cli/issues/new/choose'
|
13 | 13 | - about: 'e.g. Expo Go failing to connect on Windows'
|
14 |
| - name: 'My issue relates to Expo Go' |
| 14 | + name: 'Expo Go app' |
15 | 15 | url: 'https://github.com/expo/expo/issues/new/choose'
|
16 | 16 | - about: 'e.g. example fails to run'
|
17 |
| - name: 'My issue relates to a template' |
| 17 | + name: 'Template issues' |
18 | 18 | url: 'https://github.com/expo/examples/issues/new/choose'
|
19 |
| - - about: 'e.g. CRNA is a very simple tool' |
20 |
| - name: 'My issue relates to cloning and bootstrapping a project' |
21 |
| - url: 'https://github.com/expo/create-react-native-app/issues/new?template=bug_report.md' |
0 commit comments