Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix format-js task to reflect changes made to folder structure (#…
…2342) <!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect --> # Summary Fixes following error while commiting: ``` ✖ yarn format-js: [error] No files matching the pattern were found: "./Example/src/**/*.tsx". error Command failed with exit code 2. ``` ## Test Plan Run `yarn format-js` or do a commit so hook will get ran. ### What's required for testing (prerequisites)? - ### What are the steps to reproduce (after prerequisites)? See test plan ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | Android | ✅ | ## Checklist <!-- Check completed item, when applicable, via: [X] --> - [X] I have tested this on a device and a simulator - [ ] I added documentation in `README.md` - [] I updated the typed files (typescript) - [ ] I added a test for the API in the `__tests__` folder
- Loading branch information