Skip to content

Commit f135686

Browse files
palingheorghepalingheorghe
authored andcommitted
argon launch
1 parent f1faa1a commit f135686

4 files changed

Lines changed: 94 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## [1.0.0] 2019-06-07
2+
### Initial Release

ISSUE_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Prerequisites
2+
3+
Please answer the following questions for yourself before submitting an issue.
4+
5+
- [ ] I am running the latest version
6+
- [ ] I checked the documentation and found no answer
7+
- [ ] I checked to make sure that this issue has not already been filed
8+
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects)
9+
10+
# Expected Behavior
11+
12+
Please describe the behavior you are expecting
13+
14+
# Current Behavior
15+
16+
What is the current behavior?
17+
18+
# Failure Information (for bugs)
19+
20+
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
21+
22+
## Steps to Reproduce
23+
24+
Please provide detailed steps for reproducing the issue.
25+
26+
1. step 1
27+
2. step 2
28+
3. you get it...
29+
30+
## Context
31+
32+
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
33+
34+
* Device:
35+
* Operating System:
36+
* Browser and Version:
37+
38+
## Failure Logs
39+
40+
Please include any relevant log snippets or files here.

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Creative Tim
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

package.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
2+
"name": "argon-react-native",
3+
"version": "1.0.0",
4+
"description": "Argon React Native, based on Argon Design System. Coded by Creative Tim",
25
"main": "node_modules/expo/AppEntry.js",
36
"scripts": {
47
"start": "expo start",
58
"android": "expo start --android",
69
"ios": "expo start --ios",
710
"eject": "expo eject"
811
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git+https://github.com/creativetimofficial/argon-react-native.git"
15+
},
916
"dependencies": {
1017
"expo": "^32.0.0",
1118
"galio-framework": "^0.5.1",
@@ -18,5 +25,28 @@
1825
"devDependencies": {
1926
"babel-preset-expo": "^5.0.0"
2027
},
21-
"private": true
28+
"keywords": [
29+
"argon react native",
30+
"argon design system",
31+
"argon app react native",
32+
"argon iOS",
33+
"react native iOS",
34+
"creative tim",
35+
"argon Android",
36+
"react native ui kit",
37+
"react native expo",
38+
"freebie",
39+
"react native argon design",
40+
"react native galio",
41+
"galio argon free",
42+
"galio react native free app",
43+
"argon expo react native",
44+
"react native ui template"
45+
],
46+
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)",
47+
"license": "MIT",
48+
"bugs": {
49+
"url": "https://github.com/creativetimofficial/argon-react-native/issues"
50+
},
51+
"homepage": "https://demos.creative-tim.com/argon-react-native"
2252
}

0 commit comments

Comments
 (0)