Skip to content

Commit b048c80

Browse files
committed
Update import path for isFirstTimeDebug in best practices documentation to reflect the correct source location in react-native-update.
1 parent 6d5ed3e commit b048c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/pages/docs/bestpractice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ splits {
9090
```js
9191

9292
// isFirstTimeDebug 这个标志位需要 v10.37.0+ 版本,表示当前是扫码热更后的第一次启动
93-
import { isFirstTimeDebug } from 'react-native-update/core';
93+
import { isFirstTimeDebug } from 'react-native-update/src/core';
9494

9595
new Pushy({
9696
beforeCheckUpdate: () => {

0 commit comments

Comments
 (0)