UNPKG

react-native-elements

Version:
23 lines (22 loc) 641 B
{ "name": "react-native-elements-app", "version": "1.0.0", "description": "Demo app for React Native Elements UI Library", "author": "Monte Thakkar", "private": true, "main": "main.js", "dependencies": { "expo": "^23.0.0", "@expo/vector-icons": "^6.1.0", "lodash": "^4.17.4", "react": "16.0.0", "react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz", "react-native-elements": "^0.18.3", "react-navigation": "^1.0.0-beta.19" }, "scripts": { "clean-install": "rm -rf node_modules && npm cache clean --force && watchman watch-del-all && npm install" } }