feat: update FabricExample to 0.71.0-rc.6 (#1962)

PR bumping examples to RN 0.71. For now web Example seems not to load code properly.
This commit is contained in:
Wojciech Lewicki
2023-01-13 14:19:17 +01:00
committed by GitHub
parent 678940c506
commit cb87e7510f
137 changed files with 8800 additions and 11059 deletions

View File

@@ -52,7 +52,7 @@
"format": "yarn format-js && yarn format-ios && yarn format-java",
"format-ios": "find apple/ common/ -iname *.h -o -iname *.m -o -iname *.cpp -o -iname *.mm | xargs clang-format -i",
"format-java": "node ./scripts/format-java.js",
"format-js": "prettier --write README.md CONTRIBUTING.md CODE_OF_CONDUCT.md USAGE.md ./src/**/*.{ts,tsx} ./Example/**/*.{ts,tsx}",
"format-js": "prettier --write README.md CONTRIBUTING.md CODE_OF_CONDUCT.md USAGE.md ./src/**/*.{ts,tsx} ./Example/src/**/*.tsx",
"jest": "jest",
"lint": "eslint --ext .ts,.tsx src",
"peg": "pegjs -o src/lib/extract/transform.js ./src/lib/extract/transform.peg",