@take-out/native-hot-update 0.0.50 → 0.0.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -86,7 +86,7 @@ export default function RootLayout() {
|
|
|
86
86
|
}
|
|
87
87
|
```
|
|
88
88
|
|
|
89
|
-
###
|
|
89
|
+
### 4. Display Version Info
|
|
90
90
|
|
|
91
91
|
```tsx
|
|
92
92
|
import { hotUpdater } from './hotUpdater'
|
|
@@ -105,7 +105,7 @@ export function VersionDisplay() {
|
|
|
105
105
|
}
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
###
|
|
108
|
+
### 5. Dev Tools
|
|
109
109
|
|
|
110
110
|
```tsx
|
|
111
111
|
import { hotUpdater } from './hotUpdater'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@take-out/native-hot-update",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
],
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tamagui-build --skip-types",
|
|
36
|
-
"watch": "tamagui-build --skip-types --watch",
|
|
36
|
+
"watch": "SKIP_INITIAL_BUILD=1 tamagui-build --skip-types --watch",
|
|
37
37
|
"clean": "tamagui-build clean",
|
|
38
38
|
"typecheck": "tko run typecheck",
|
|
39
39
|
"lint": "oxlint src",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@tamagui/build": "^2.0.0-
|
|
56
|
+
"@tamagui/build": "^2.0.0-1769320275396",
|
|
57
57
|
"@types/react": "^18.3.18",
|
|
58
58
|
"react": "*",
|
|
59
59
|
"react-native": "*",
|