jepiqueau / vite-react-photoviewer-app

Demonstrate the use of @capacitor-community/photoviewer in a Vite/React application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite React PhotoViewer Application

This is an application to demonstrate the use of the @capacitor-community/photoviewer plugin in a Vite/React framework.

-@capacitor-community/photoviewer

Maintainers

Maintainer GitHub Social
Quéau Jean Pierre jepiqueau

Installation

To start clone the project

git clone https://github.com/jepiqueau/vite-react-photoviewer-app.git 
cd vite-react-photoviewer-app
git remote rm origin
npm install

To install the latest release of the @capacitor-community/photoviewer plugin.

To install the latest release of the jeep-photoviewer Stencil component.

npm install --save @capacitor-community/photoviewer@latest
npm install --save jeep-photoviewer@latest
npx cap sync
npm run build
npx cap copy

Running the app

BROWSER

npm run dev

IOS

npx cap open ios

ANDROID

npx cap open android

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Jean Pierre Quéau

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Demonstrate the use of @capacitor-community/photoviewer in a Vite/React application


Languages

Language:JavaScript 57.2%Language:Swift 21.9%Language:Java 8.3%Language:CSS 6.7%Language:Ruby 3.6%Language:HTML 2.3%