Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Jan 14, 2025
1 parent 1d85c9c commit 4536ade
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export default withNextra({
'react-native-ficus-ui',
'react-native-confirmation-code-field',
'@gorhom/bottom-sheet',
'react-native-gesture-handler'
'react-native-gesture-handler',
'react-native-reanimated'
],

webpack: (config, { isDevelopment }) => {
Expand Down
13 changes: 12 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@
"react-native": "0.76.0",
"react-native-ficus-ui": "1.3.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.19.12"
"react-native-web": "^0.19.12",
"@gorhom/bottom-sheet": "5.0.4",
"@react-native-community/slider": "4.5.4",
"@shopify/flash-list": "1.5.0",
"react-native-animatable": "1.3.3",
"react-native-confirmation-code-field": "7.4.0",
"react-native-gesture-handler": "2.20.2",
"react-native-modal": "13.0.1",
"react-native-pager-view": "6.2.2",
"react-native-reanimated": "3.5.4",
"react-native-tab-view": "3.5.2",
"react-native-toast-message": "2.1.6"
},
"dependenciesMeta": {
"nextra": {
Expand Down
35 changes: 34 additions & 1 deletion docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ficus-ui",
"version": "1.3.3",
"version": "1.4.0-alpha1",
"description": "React Native UI library forked from Magnus UI and inspired by Chakra UI",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 4536ade

Please sign in to comment.