flipper-plugin-mobile-video-players

1.0.0 • Public • Published

player-flipper-plugin

A Flipper plugin that displays information about video players in the mobile app.

Development Setup

See Flipper documentation for development setup. Some high level instructions below.

Install dependencies

Follow steps here to install npm. For example:

# install nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash

# use nvm to install node
nvm install node

Now use npm to install some dependencies: # open new terminal # install yarn npm install --global yarn

Finally, install homebrew then use it to install watchman:

brew install watchman    

Compile plugin

Run the following commands to compile the desktop Flipper plugin:

yarn 
yarn watch

Open plugin

To run the plugin do the following:

  1. Run the mobile application and make sure it's connected to the desktop
  2. Install Flipper
  3. Setup Flipper. For example, for Android click Settings -> Android Developer, and set the SDK location
  4. Finally, enable the video player plugin by clicking "Disabled", "Video Players", and "+ Enable Plugin"

Readme

Keywords

Package Sidebar

Install

npm i flipper-plugin-mobile-video-players

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

18.3 kB

Total Files

8

Last publish

Collaborators

  • snepalpin