Skip to content

Commit

Permalink
fixes #2 Solve the problem of installation. (thanks @jamwaffles)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji committed Apr 23, 2015
1 parent 0f796f3 commit 21cb373
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 85 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,8 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
/node_modules

# Xcode
*.xcuserstate
examples/swiper.xcodeproj/project.xcworkspace/
examples/swiper.xcodeproj/xcuserdata
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,19 @@ The best Swiper component for React Native.

- [x] Autoplay

- [x] Design logo

- [x] More usage cases
## Changelog & TODO

- [ ] More switch effects

- [ ] Unit tests

- [ ] Check typo - Need Improve My English :(
- [ ] Check typo

- [ ] Optimal performance when `<Image />` re-render

- [ ] Making the `width` / `height` optional prop, use `measure` function instead

- [x] **1.0.4** fixes #2 Solve the problem of installation. (thanks @jamwaffles)

## Show Cases

Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.

This file was deleted.

9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@
"react-native",
"ios"
],
"version": "1.0.3",
"version": "1.0.4",
"description": "Swiper component for React Native.",
"main": "dist/index.js",
"scripts": {
"start": "babel src --out-dir dist",
"watch": "babel src --out-dir dist --watch"
},
"bin": {
"babel": "./bin/babel"
"start": "node_modules/.bin/babel src --out-dir dist",
"watch": "node_modules/.bin/babel src --out-dir dist --watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 21cb373

Please sign in to comment.