@cycle/react-native

v1.0.0-experimental.8
A Cycle.js Driver for interacting with React Native

eslint

eslint src/

test

npm run eslint

test-ci

npm run eslint

precompile-lib

rm -rf lib/ && mkdir -p lib

compile-lib

babel -d lib/ src/

docs

node ./scripts/make-api-docs.js

prepublish

npm run compile-lib

release

npm run release-patch

release-patch

git checkout master && npm version patch && git push origin master --tags && npm publish --access=public

release-minor

git checkout master && npm version minor && git push origin master --tags && npm publish --access=public

release-major

git checkout master && npm version major && git push origin master --tags && npm publish --access=public
npm i @cycle/[email protected]

Metadata

  • MIT
  • Whatever
  • Andre Staltz
  • released 10/28/2015

Downloads

Maintainers