Skip to content

Commit 7893c19

Browse files
committed
chore: what
1 parent a427094 commit 7893c19

File tree

4 files changed

+138
-100
lines changed

4 files changed

+138
-100
lines changed

example/src/app/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ export default function Page() {
9090
);
9191
}}
9292
/>
93-
<Link href={'/map'}>
94-
<Txt textDecorationLine={'underline'} align={'center'}>
95-
{'@react-native-kakao/map'}
96-
</Txt>
97-
</Link>
9893
<Link href={'/user'}>
9994
<Txt textDecorationLine={'underline'} align={'center'}>
10095
{'@react-native-kakao/user'}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lerna-lite/publish": "^3.3.3",
6666
"@lerna-lite/run": "^3.3.3",
6767
"@mj-studio/eslint-config-react": "1.0.7",
68-
"@react-native/eslint-config": "0.74.81",
68+
"@react-native/eslint-config": "0.77.1",
6969
"@types/fs-extra": "^11",
7070
"@types/jest": "^29.5.5",
7171
"@types/react": "^18.2.44",
@@ -79,15 +79,15 @@
7979
"jest": "^29.7.0",
8080
"lefthook": "^1.6.10",
8181
"prettier": "3.2.5",
82-
"react": "18.2.0",
82+
"react": "18.3.1",
8383
"react-native": "0.77.1",
8484
"react-native-builder-bob": "^0.38.0",
8585
"turbo": "1.13.3",
8686
"typescript": "5.3.3",
8787
"zx": "^8.0.2"
8888
},
8989
"resolutions": {
90-
"@types/react": "^18.2.44"
90+
"@types/react": "^18.3.1"
9191
},
9292
"packageManager": "[email protected]",
9393
"commitlint": {

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"allowUnusedLabels": false,
1010
"esModuleInterop": true,
1111
"forceConsistentCasingInFileNames": true,
12-
"jsx": "react-jsx",
12+
"jsx": "react-native",
1313
"lib": ["esnext", "DOM"],
1414
"module": "esnext",
1515
"moduleResolution": "node",

0 commit comments

Comments
 (0)