Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Packager] Fix the --root, --assetRoots, and --platform options
Summary: Looks like these options were handled as booleans when they should be handled as strings. Explicitly specify them as strings. Closes facebook/react-native#1377 Github Author: James Ide <ide@jameside.com> Test Plan: `packager/packager.sh --root A --root B` works. Also tested `packager/packager.sh --root A,B`.
- Loading branch information