diff --git a/README.md b/README.md index 08bab14..009d94c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,16 @@ ImageSelector.launchPicker((error, response) => { }); ``` +## Example + +```sh +$ yarn bootstrap +$ cd example +$ yarn start +$ yarn ios +$ yarn android +``` + ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.