We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc02b9 commit 79fde8fCopy full SHA for 79fde8f
.gitignore
@@ -6,7 +6,6 @@
6
.expo/
7
8
# VSCode
9
-.vscode/
10
jsconfig.json
11
12
# Xcode
.vscode/launch.json
@@ -0,0 +1,10 @@
1
+{
2
+ "configurations": [
3
+ {
4
+ "type": "radon-ide",
5
+ "request": "launch",
+ "name": "Radon IDE panel",
+ "appRoot": "example",
+ }
+ ]
+}
0 commit comments