Skip to content

Commit ec25cdd

Browse files
committed
doc: 首页文档更新日志跳往github
1 parent c023c65 commit ec25cdd

File tree

3 files changed

+36
-5
lines changed

3 files changed

+36
-5
lines changed

example/examples/ios/Podfile.lock

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,37 @@ PODS:
364364
- React
365365
- RNGestureHandler (2.5.0):
366366
- React-Core
367+
- RNReanimated (3.1.0):
368+
- DoubleConversion
369+
- FBLazyVector
370+
- FBReactNativeSpec
371+
- glog
372+
- RCT-Folly
373+
- RCTRequired
374+
- RCTTypeSafety
375+
- React-callinvoker
376+
- React-Core
377+
- React-Core/DevSupport
378+
- React-Core/RCTWebSocket
379+
- React-CoreModules
380+
- React-cxxreact
381+
- React-jsi
382+
- React-jsiexecutor
383+
- React-jsinspector
384+
- React-RCTActionSheet
385+
- React-RCTAnimation
386+
- React-RCTBlob
387+
- React-RCTImage
388+
- React-RCTLinking
389+
- React-RCTNetwork
390+
- React-RCTSettings
391+
- React-RCTText
392+
- ReactCommon/turbomodule/core
393+
- Yoga
367394
- RNScreens (3.15.0):
368395
- React-Core
369396
- React-RCTImage
370-
- RNSVG (13.0.0):
397+
- RNSVG (13.9.0):
371398
- React-Core
372399
- SocketRocket (0.6.0)
373400
- Yoga (1.14.0)
@@ -434,6 +461,7 @@ DEPENDENCIES:
434461
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
435462
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
436463
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
464+
- RNReanimated (from `../node_modules/react-native-reanimated`)
437465
- RNScreens (from `../node_modules/react-native-screens`)
438466
- RNSVG (from `../node_modules/react-native-svg`)
439467
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -529,6 +557,8 @@ EXTERNAL SOURCES:
529557
:path: "../node_modules/@react-native-community/masked-view"
530558
RNGestureHandler:
531559
:path: "../node_modules/react-native-gesture-handler"
560+
RNReanimated:
561+
:path: "../node_modules/react-native-reanimated"
532562
RNScreens:
533563
:path: "../node_modules/react-native-screens"
534564
RNSVG:
@@ -586,8 +616,9 @@ SPEC CHECKSUMS:
586616
ReactCommon: 1e783348b9aa73ae68236271df972ba898560a95
587617
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
588618
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
619+
RNReanimated: e428057c9440cdf67a4929ef2d63177b0d0213be
589620
RNScreens: 4a1af06327774490d97342c00aee0c2bafb497b7
590-
RNSVG: 42a0c731b11179ebbd27a3eeeafa7201ebb476ff
621+
RNSVG: 53c661b76829783cdaf9b7a57258f3d3b4c28315
591622
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
592623
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
593624
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

website/src/pages/docs/getting-started/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ npx react-native init AwesomeProject --template @uiw/react-native-template
3636
## Install
3737

3838
```bash
39-
yarn add @uiw/react-native react-native-svg react-native-root-siblings
39+
yarn add @uiw/react-native react-native-svg@13.9.0 react-native-root-siblings@4.1.1 react-native-gesture-handler@2.8.0
4040
```
4141
## 文档本地预览
4242

website/src/routes/menus.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { MenuData } from '../component/SubMenus';
22

33
export const componentMenus: MenuData[] = [
44
{ path: '/components/about', name: '关于 UIW' },
5-
{ path: '/components/changelog', name: '从 V3 到 V4 ' },
65
{ path: '/components/theme', name: 'Theme 主题' },
76

87
{ divider: true, name: '通用' },
@@ -91,9 +90,10 @@ export const componentMenus: MenuData[] = [
9190

9291
export const docsMenus: MenuData[] = [
9392
{ path: '/docs/getting-started', name: '快速上手' },
93+
{ path: '/components/changelog', name: '从 V3 到 V4 ' },
9494
{ path: '/docs/development/components', name: '参与组件开发' },
9595
{ path: '/docs/development/document', name: '参与文档网站编辑开发' },
96-
{ path: '/docs/changelog', name: '更新日志' },
96+
{ href: 'https://github.com/uiwjs/react-native-uiw/releases', name: '更新日志', target: '__blank' },
9797
{ divider: true, name: '环境安装' },
9898
{ path: '/docs/environment-setup/ios', name: 'iOS 环境安装' },
9999
{ path: '/docs/environment-setup/android', name: 'Android(Mac) 环境安装' },

0 commit comments

Comments
 (0)