UNPKG

rn-insta-stories

Version:

A React Native component to create Instagram/Snapchat like stories on the mobile. It supports both Android and iOS. It provides control over the story duration and loading indicator with cubic transition similar to Instagram.

72 lines (71 loc) 2.04 kB
{ "name": "rn-insta-stories", "version": "0.0.1", "private": false, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start --reset-cache", "test": "jest" }, "dependencies": { "prop-types": "^15.7.2", "react": "16.8.3", "react-native": "0.59.10", "react-native-3dcube-navigation": "^1.0.4", "react-native-modalbox": "^1.7.1", "react-native-scalable-image": "^0.5.1", "react-native-swipe-gestures": "^1.0.3", "react-native-vector-icons": "^6.6.0", "react-native-video": "^4.4.2" }, "devDependencies": { "@babel/core": "^7.4.5", "@babel/runtime": "^7.4.5", "babel-jest": "^24.8.0", "jest": "^24.8.0", "metro-react-native-babel-preset": "^0.54.1", "react-test-renderer": "16.8.3", "babel-eslint": "^10.0.1", "eslint": "^5.15.1", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "prettier": "^1.16.4" }, "jest": { "preset": "react-native" }, "description": "A React Native component to create Instagram/Snapchat like stories on the mobile. It supports both Android and iOS. It provides control over the story duration and loading indicator with cubic transition similar to Instagram.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/trinadhkoya/rn-insta-stories.git" }, "keywords": [ "Instagram", "Stories", "Whatsapp", "Stories", "SnapChat", "Story", "Cubic", "Transition", "React", "Native", "Instagram", "Stories", "React", "Native", "Whatsapp", "Stories" ], "author": "trinadhkoya", "license": "ISC", "bugs": { "url": "https://github.com/trinadhkoya/rn-insta-stories/issues" }, "homepage": "https://github.com/trinadhkoya/rn-insta-stories#readme" }