UNPKG

trunghv-react-native-progress

Version:

��# trunghv-react-native-progress ## Installation > `npm install --save trunghv-react-native-progress` ## Usage ```javasc

51 lines (50 loc) 1.24 kB
{ "name": "trunghv-react-native-progress", "version": "0.2.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native-progress", "react-native" ], "repository": { "type": "git", "url": "https://github.com/gnurt250394/trunghv-react-native-progress" }, "author": "trunghv", "license": "ISC", "devDependencies": { "@types/jest": "^24.0.18", "@types/react": "^16.9.2", "@types/react-native": "^0.60.9", "@types/react-test-renderer": "^16.9.0", "react-native-typescript-transformer": "^1.2.13", "ts-jest": "^24.0.2", "typescript": "^3.6.2" }, "jest": { "preset": "react-native", "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest", "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "testPathIgnorePatterns": [ "\\.snap$", "<rootDir>/node_modules/" ], "cacheDirectory": ".jest/cache" }, "dependencies": { "react": "^16.9.0", "react-native": "^0.60.5" } }