Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
4a7b99f
update rn0.30.0
Jul 28, 2016
49d86d7
npm shrinkwrap
Jul 28, 2016
8914cf8
merge
Aug 20, 2016
da676a4
update 0.31.0
Aug 20, 2016
32aa56f
android update to 0.31.0
Aug 20, 2016
2e63ecf
fix bugs: can't install because shrinkwrap contain r.sankuai.com
Aug 24, 2016
a7b9b94
update Dependencies
Apr 7, 2017
5b6595c
add eslint
Apr 7, 2017
19b5c15
use the eslintrc from react-native github
Apr 10, 2017
4d41441
update dependencies
Apr 10, 2017
42e1ac9
ios can work
Apr 10, 2017
28c1d36
use eslint to config standardjs
Apr 10, 2017
170bcc0
.eslintrc: avoid use `arguments` as variable name; disallow reassign …
flyskywhy Sep 11, 2017
dd92b61
typo
flyskywhy Nov 27, 2017
b407bf0
RN 0.28.0 -> 0.43.4
flyskywhy Nov 28, 2017
4cc5340
the indent of package.json will be 2 space after `npm install --save`
flyskywhy Nov 29, 2017
36b3e73
android can work
flyskywhy Nov 29, 2017
9592318
Add [CodeceptJS](https://github.com/Codeception/CodeceptJS) e2t test,…
flyskywhy Dec 1, 2017
9be5210
.gitignore: Sublime Text project file
flyskywhy Dec 3, 2017
b97445a
cherry-pick and modify from `update rn0.30.0` of branch `v1.1.x`
flyskywhy Dec 3, 2017
6f77075
cherry-pick and modify from `update 0.31.0` of branch `v1.1.x`
flyskywhy Dec 3, 2017
297a6ef
cherry-pick and modify from `android update to 0.31.0` of branch `v1.…
flyskywhy Dec 3, 2017
327e657
cherry-pick and modify from `update Dependencies` of branch `v1.1.x`
flyskywhy Dec 3, 2017
2dc6e6a
web can work from previous commit
flyskywhy Dec 3, 2017
be8657a
cherry-pick and modify from `add eslint` of branch `v1.1.x`
flyskywhy Dec 3, 2017
ebf549d
cherry-pick and modify from `use the eslintrc from react-native githu…
flyskywhy Dec 3, 2017
e567e3b
cherry-pick and modify from `update dependencies` of branch `v1.1.x`
flyskywhy Dec 3, 2017
7c5129a
cherry-pick and modify from `ios can work` of branch `v1.1.x`
flyskywhy Dec 3, 2017
d61629d
cherry-pick and modify from `use eslint to config standardjs` of bran…
flyskywhy Dec 4, 2017
771c5e9
fix eslint output `Error - Parsing error: Unexpected token =`
flyskywhy Dec 4, 2017
b1c0030
customize .eslintrc
flyskywhy Dec 4, 2017
a95964c
`yarn install` in README.md
flyskywhy Dec 5, 2017
bdbaf35
(Actually only use branch `cherry-pick-v1.1.x`) Merge branch 'v1.1.x'…
flyskywhy Dec 5, 2017
acc1774
Pull Request to soliury
flyskywhy Dec 5, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["react-native"]
}
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
root = true

[*]
indent_style = tab
indent_size = 4
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

Loading