Browse Source

Remove diff

Tom Underhill 4 years ago
parent
commit
2ca149761a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tsconfig.json

+ 1
- 1
tsconfig.json View File

@@ -2,7 +2,7 @@
2 2
   "include": ["src/*"],
3 3
   "compilerOptions": {
4 4
     "baseUrl": "./src/",
5
-    "jsx": "react",
5
+    "jsx": "react-native",
6 6
     "module": "esnext",
7 7
     "moduleResolution": "node",
8 8
     "lib": ["es2017"],