Skip to content

Commit

Permalink
use typescript and latest react-native-webview
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Nov 1, 2024
1 parent 84b983d commit 313b5dd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
File renamed without changes.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,23 @@
"web": "expo start --web"
},
"dependencies": {
"@types/react": "~18.3.12",
"expo": "~52.0.0-preview.16",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-native": "0.76.1"
"react-native": "0.76.1",
"react-native-webview": "~13.12.3",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"expo": {
"install": {
"exclude": [
"react-native-webview"
]
}
},
"private": true
}
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"compilerOptions": {},
"extends": "expo/tsconfig.base"
}

0 comments on commit 313b5dd

Please sign in to comment.