Skip to content

Commit 7ae3323

Browse files
ChenlingasMxhy
authored andcommitted
fix: 更新watch & build命令
1 parent 39812d9 commit 7ae3323

File tree

3 files changed

+3
-115
lines changed

3 files changed

+3
-115
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"lib:watch:test": "lerna exec --scope @uiw/react-native -- tsbb watch --disable-babel-option --no-esm --cjs ../../test-ci/src/lib",
2222
"test": "cd ./test-ci && npm run test",
2323
"⬆️⬆️⬆️⬆️⬆️ test-ci ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ example::base ▲▲▲▲▲",
24-
"watch": "npm run lib:watch & npm run lib:watch:base & npm run lib:watch:examples & npm run lib:watch:test && npm run watch:doc",
25-
"build": "npm run lib:build && npm run lib:build:base && npm run lib:build:examples && npm run lib:build:test && npm run build:doc",
24+
"watch": "npm run lib:watch & npm run lib:watch:base & npm run lib:watch:examples & npm run lib:watch:test && npm run watch:doc & npm run lib:watch:image-picker & npm run lib:watch:examples:image-picker & npm run lib:watch:base:image-picker",
25+
"build": "npm run lib:build && npm run lib:build:base && npm run lib:build:examples && npm run lib:build:test && npm run build:doc & npm run lib:build:image-picker & npm run lib:build:examples:image-picker & npm run lib:build:base:image-picker",
2626
">>>>>>>": ">>>>>>>",
2727
"lib:build": "lerna exec --scope @uiw/react-native -- tsbb build --disable-babel-option --no-esm",
2828
"lib:watch": "lerna exec --scope @uiw/react-native -- tsbb watch --disable-babel-option --no-esm",

packages/react-native-image-picker/README.md

Lines changed: 0 additions & 112 deletions
This file was deleted.

packages/react-native-image-picker/src/ImagePicker/image-picker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const ImagePicker = ({
124124
</View>
125125
</Flex.Item>
126126
);
127-
}, [readOnly, maxCount, JSON.stringify(currentImgSource), disabled]);
127+
}, [readOnly, maxCount, JSON.stringify(currentImgSource), disabled, theme]);
128128

129129
const previewImages = useMemo(() => {
130130
return currentImgSource.map((item) => ({ uri: item }));

0 commit comments

Comments
 (0)