Skip to content

Commit

Permalink
feat: add tsx to handle server instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Nov 21, 2024
1 parent b2e9016 commit 53f91bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account-kit/rn-signer/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"react-native-mmkv": "3.1.0",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "4.2.0",
"tsx": "^4.19.2",
"util": "^0.12.5",
"viem": "^2.21.41",
"zustand": "^5.0.1"
Expand All @@ -43,7 +42,8 @@
"@react-native/babel-preset": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"react-native-builder-bob": "^0.30.3"
"react-native-builder-bob": "^0.30.3",
"tsx": "^4.19.2"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit 53f91bd

Please sign in to comment.