UNPKG

@scrolia/react-native-reanimated

Version:

A set of reanimated components for Scrolia React Native

59 lines 1.45 kB
{ "name": "@scrolia/react-native-reanimated", "version": "0.6.3", "description": "A set of reanimated components for Scrolia React Native", "keywords": [ "scrolia", "scrollbar", "react", "react-native", "react-native-web", "react-native-reanimated", "headless", "component", "ts", "typescript", "js", "javascript" ], "homepage": "https://github.com/scrolia/react-native", "bugs": "https://github.com/scrolia/react-native/issues", "repository": { "type": "git", "url": "https://github.com/scrolia/react-native.git", "directory": "packages/react-native-reanimated" }, "license": "MIT", "author": { "name": "Alpheus", "email": "contact@alphe.us" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@scrolia/react-native": "~0.6.3" }, "devDependencies": { "@types/react": "~19.0.0", "react": "19.0.0", "react-native": "0.78.0", "react-native-reanimated": "3.16.0" }, "peerDependencies": { "react": "^19.0.0", "react-native": "~0.78.0 || ~0.79.0 || ~0.80.0 || ~0.81.0 || ~0.82.0 || ~0.83.0", "react-native-reanimated": "^3.16.0 || ^4.0.0" } }