I removed "requirePragma": true from prettierrc because that option means prettier is not enabled unless explicitly turned on using the @format pragma.
in the future this means the pragma comments are not needed
Test Plan
eslint passes (it does locally :) )
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
OS
Implemented
iOS
✅❌
Android
✅❌
Checklist
[ ] I have tested this on a device and a simulator
[ ] I added the documentation in README.md
[ ] I mentioned this change in CHANGELOG.md
[ ] I updated the typed files (TS and Flow)
[ ] I added a sample use of the API in the example project (example/App.js)
Summary
I removed
"requirePragma": true
fromprettierrc
because that option means prettier is not enabled unless explicitly turned on using the@format
pragma.in the future this means the pragma comments are not needed
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md
CHANGELOG.md
example/App.js
)