forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 4.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "native-base",
"description": "The missing piece of React Native",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm"
],
"version": "0.5.8",
"private": false,
"dependencies": {
"clamp": "^1.0.1",
"color": "~0.11.1",
"lodash": "~4.11.1",
"react-native-checkbox": "~1.0.8",
"react-native-easy-grid": "0.1.5",
"react-native-keyboard-aware-scroll-view": "0.2.0",
"react-native-vector-icons": "2.0.x"
},
"peerDependencies": {
"react-native": ">=0.26.0",
"react": ">=15.0.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0"
},
"rnpm": {
"assets": [
"Fonts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeekyAnts/NativeBase.git"
},
"main": "index.js",
"gitHead": "effae84f1d500d00a3cf4fcd3c4079891aa3e69e",
"readme": "# NativeBase\nThe missing piece of React Native\n\nGet on the mobile fast track with NativeBase, the fastest-growing platform and tool set for iOS and Android development. Get an introduction to NativeBase and work through an instance application that highlights React Native programming techniques.\n\n####\n## Magic of NativeBase\n<center>[![magic](./img/magic.png)](http://nativebase.io/docs/v0.2.1/assets/img/magic-with-nativebase-020.mp4)</center>\n\n<i>Click to watch the magic</i>\n\n####\n## What is NativeBase?\nNativeBase is a free and open source framework that enables developers to build high-quality mobile apps using React Native iOS and Android apps with a fusion of ES6. NativeBase builds a layer on top of React Native that provides you with basic set of components for mobile application development. This helps you to build world-class application experiences on native platforms.\n\n\nThe applications stack of components is built using native UI components and because of that, there are no compromises with the User Experience of the applications. NativeBase is targeted specially on the look and feel, and UI interplay of your app. NativeBase without a doubt fits in well with mobile applications which cuts down one huge part of your app - The Front end.\n\nWhat is really great is that you can use shared UI cross-platform components, which will drastically increase your productivity. When using NativeBase, you can use any native third-party libraries out of the box. You do not need to use wrappers or do any other actions. The new additions to the native platform are available immediately. NativeBase provides amazing support for adding components, so that you will by no means hit a lifeless stop. [Read More. . .](http://nativebase.io/documentation)\n\nOne import statement, and you get all React Native and NativeBase components.\n```\nimport { list of Components } from 'native-base';\n```\n\n####\n## Get Started\n\nTo have NativeBase components running onto your native apps, all you need to do is create a fresh React Native project and install the NativeBase command line tools.\n\n```\nreact-native init AwesomeNativeBase\n\ncd AwesomeNativeBase\n\nnpm install\n```\n\nInclude NativeBase into your React Native project.\n```\nnpm install native-base --save\n```\n\nNow you are ready to get going with NativeBase. [Read More. . .](http://nativebase.io/documentation)\n\n####\n## Components\n\nNativeBase is made from effective building blocks referred to as components. The Components are constructed in pure React Native platform along with some JavaScript functionality with rich set of customisable properties. These components allow you to quickly build the perfect interface. [Read More. . .](http://nativebase.io/documentation)\n\n#### [**Live Demo**](http://nativebase.io/components)\n\n####\n## Quick Links to NativeBase\n\n*\t[NativeBase on Twitter](https://twitter.com/NativeBaseIO)\n*\t[NativeBase Blog](https://medium.com/nativebase-io-blog)\n*\t[NativeBase Documentation](http://nativebase.io/documentation)\n\n\n####\n## Documentation\n\nGo through [NativeBase Docs](http://nativebase.io/documentation) to play with NativeBase.\n\n####\n# Website\n[http://nativebase.io/](http://nativebase.io/)\n",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/GeekyAnts/NativeBase/issues"
},
"homepage": "https://github.com/GeekyAnts/NativeBase#readme"
}