1.0.0 • Published 3 years ago
flipper-plugin-mobile-video-players v1.0.0
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 nodeNow use npm to install some dependencies:
# open new terminal
# install yarn
npm install --global yarnFinally, 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 watchOpen 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"
1.0.0
3 years ago