We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e238d9f commit ab6faa9Copy full SHA for ab6faa9
package.json
@@ -23,6 +23,7 @@
23
"open:ios": "cd example; npm run open:ios",
24
"codegen:ios": "rm -rf ios/generated; node node_modules/react-native/scripts/generate-codegen-artifacts.js -p . -t ios -s library",
25
"lint": "eslint .",
26
+ "format": "prettier --write src/",
27
"check": "tsc --noEmit",
28
"spec": "NODE_OPTIONS=--experimental-require-module jest",
29
"test": "npm run lint && npm run check && npm run spec",
0 commit comments