Packages
Comaintainers
14 packages
@viewstools/animations
Views animations wrapper around react-spring
@viewstools/create-expo-app
Dependencies and helpers for a Views app in an Expo app
@viewstools/create-react-app
Dependencies and helpers for a Views app in create react app
@viewstools/e2e
Views Tools E2E helpers
@viewstools/get-text
Get your Views text into a JSON for ready for I18n
@viewstools/local
Get your Views text into JSON files for ready for I18n and back
@viewstools/morph
Views language morpher
@viewstools/prettier
``` "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ], "*.view": [ "views-prettier --write", "git add" ] } ```
@viewstools/react-spring-animation-native
react-spring Spring animation supporting bounciness and speed
@viewstools/react-spring-animation-web