File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
packages/uikit-react-native Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616 "reset" : " find . -type dir -name node_modules | xargs rm -rf" ,
1717 "clean" : " lerna run clean" ,
1818 "build" : " lerna run build" ,
19- "docs" : " yarn build && typedoc --out docs --entryPointStrategy packages 'packages/*' && yarn clean" ,
19+ "docs" : " yarn build && typedoc --out docs --entryPointStrategy packages 'packages/*' --exclude 'packages/uikit-testing-tools' && yarn clean" ,
2020 "test" : " jest --verbose" ,
2121 "test:build" : " yarn build --stream && yarn clean --stream" ,
2222 "test:docs-validation" : " yarn build && yarn workspace @sendbird/docs-validation run test && yarn clean" ,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ UIKit for React-Native can be installed through either `yarn` or `npm`
4949``` sh
5050npm install @sendbird/uikit-react-native \
5151 @sendbird/chat \
52+ @sendbird/react-native-scrollview-enhancer \
5253 date-fns \
5354 react-native-safe-area-context \
5455 @react-native-community/netinfo \
Original file line number Diff line number Diff line change 2828 "files" : [
2929 " src" ,
3030 " lib" ,
31+ " src/version.ts" ,
3132 " !**/__tests__" ,
3233 " !**/__template__"
3334 ],
102103 "@react-native-clipboard/clipboard" : " >=1.8.5" ,
103104 "@react-native-community/netinfo" : " >=9.3.0" ,
104105 "@react-native-firebase/messaging" : " >=14.4.0" ,
105- "@sendbird/react-native-scrollview-enhancer" : " *" ,
106106 "@sendbird/chat" : " ^4.3.0" ,
107+ "@sendbird/react-native-scrollview-enhancer" : " *" ,
107108 "date-fns" : " >=2.28.0" ,
108109 "expo-av" : " >=12.0.4" ,
109110 "expo-clipboard" : " >=2.1.1" ,
You can’t perform that action at this time.
0 commit comments