Skip to content

Commit

Permalink
🐛 fix: add README for example && fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
baronha committed Dec 9, 2024
1 parent 3ba760c commit 8fd06c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
id: index
title: Multiple Image Picker
title: Multiple Image Picker | BAO HA
hide_title: true
sidebar_label: Multiple Image Picker
description: 🏞 react-native-multiple-image-picker enables applications to pick images and videos from multiple smart albums in iOS/Android
image: /img/banner.png
image: img/banner.png
slug: /
---
import ReactPlayer from 'react-player'

![Logo][Logo]

<img src="/img/banner.png" width="100%" />
<img src="img/banner.png" width="100%" />

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

Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config: Config = {

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

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -51,7 +51,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
routeBasePath: '/',
editUrl:
'https://github.com/gorhom/react-native-bottom-sheet/tree/master/website/docs',
'https://github.com/baronha/react-native-multiple-image-picker/tree/master/docs/docs',
lastVersion: 'current',
versions: {
current: {
Expand Down
20 changes: 20 additions & 0 deletions example/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Example

This website is built using [Expo](https://docs.expo.dev/)

https://github.com/user-attachments/assets/79580bc7-237c-46b7-b92e-1479cc6d9079



### Installation

```
$ yarn
$ yarn prebuild --clean
```

### Step 2

```
$ NNN Enjoy Bro 🐧
```

0 comments on commit 8fd06c6

Please sign in to comment.