Skip to content

Commit 8fd06c6

Browse files
committed
🐛 fix: add README for example && fix document
1 parent 3ba760c commit 8fd06c6

File tree

3 files changed

+25
-5
lines changed

3 files changed

+25
-5
lines changed

docs/docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
id: index
3-
title: Multiple Image Picker
3+
title: Multiple Image Picker | BAO HA
44
hide_title: true
55
sidebar_label: Multiple Image Picker
66
description: 🏞 react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android
7-
image: /img/banner.png
7+
image: img/banner.png
88
slug: /
99
---
1010
import ReactPlayer from 'react-player'
1111

1212
![Logo][Logo]
1313

14-
<img src="/img/banner.png" width="100%" />
14+
<img src="img/banner.png" width="100%" />
1515

1616
[![iOS][iOS]][iOS-URL] [![Android][Android]][Android-URL] [![Swift][Swift]][Swift-URL] [![Kotlin][Kotlin]][Kotlin-URL] [![React-Native][React-Native]][React-Native-URL]
1717

docs/docusaurus.config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const config: Config = {
1414

1515
// Set the /<baseUrl>/ pathname under which your site is served
1616
// For GitHub pages deployment, it is often '/<projectName>/'
17-
baseUrl: '/react-native-multiple-image-picker/',
17+
baseUrl: '/react-native-multiple-image-picker',
1818

1919
// GitHub pages deployment config.
2020
// If you aren't using GitHub pages, you don't need these.
@@ -51,7 +51,7 @@ const config: Config = {
5151
sidebarPath: './sidebars.ts',
5252
routeBasePath: '/',
5353
editUrl:
54-
'https://github.com/gorhom/react-native-bottom-sheet/tree/master/website/docs',
54+
'https://github.com/baronha/react-native-multiple-image-picker/tree/master/docs/docs',
5555
lastVersion: 'current',
5656
versions: {
5757
current: {

example/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Example
2+
3+
This website is built using [Expo](https://docs.expo.dev/)
4+
5+
https://github.com/user-attachments/assets/79580bc7-237c-46b7-b92e-1479cc6d9079
6+
7+
8+
9+
### Installation
10+
11+
```
12+
$ yarn
13+
$ yarn prebuild --clean
14+
```
15+
16+
### Step 2
17+
18+
```
19+
$ NNN Enjoy Bro 🐧
20+
```

0 commit comments

Comments
 (0)