Update sandbox-plugin.md (#438)

Summary:
Simplify wording a bit.
Pull Request resolved: https://github.com/facebook/flipper/pull/438

Reviewed By: priteshrnandgaonkar

Differential Revision: D15258346

Pulled By: passy

fbshipit-source-id: 98e7b6bd190e90e9f5e63d9522dc880f54f72168
This commit is contained in:
Pascal Hartig
2019-05-08 09:05:13 -07:00
committed by Facebook Github Bot
parent 2cdcd9bad9
commit 94f4a7261f

View File

@@ -5,5 +5,4 @@ title: Sandbox
→ [See setup instructions for the Sandbox plugin](setup/sandbox-plugin.md) → [See setup instructions for the Sandbox plugin](setup/sandbox-plugin.md)
The Sandbox plugin is useful for developers that had to test changes of their apps by pointing them to some Sandbox environment. Through this plugin and a few lines of code in the client, The sandbox plugin allows developers to test changes in their apps by pointing them to a sandbox environment. It provides a simple UI to set and modify the URL to a development host that acts as a sandbox directly on the desktop, which prevents you from entering potentially long and complicated URL inside your app.
the app can get a callback and get the value that the user has input through Flipper. At this point, the developer can plugin its logic to save this setting in its app.