@sitecore-jss/sitecore-jss-react-native

v22.1.3
This module is provided as a part of Sitecore JavaScript Rendering SDK (JSS). It contains the integration for React Native (services & components).

lint

eslint "./src/**/*.tsx" "./src/**/*.ts"

test

jest

build

npm run clean && npm run typecheck && babel src --out-dir dist --extensions ".ts,.tsx" --ignore "*.test.ts,*.test.js,test-data,tests,__snapshots__"

clean

del-cli dist types

fixcrlf

eslint --rule 'linebreak-style: ["error", "unix"]' --ext .ts --no-eslintrc --fix ./dist

coverage

jest --config ./jest.config.coverage.js

typecheck

tsc

generate-docs

npx typedoc --plugin typedoc-plugin-markdown --readme none --out ../../ref-docs/sitecore-jss-react-native src/index.ts --githubPages false

prepublishOnly

npm test && npm run build
npm i @sitecore-jss/[email protected]

Metadata

Downloads