Skip to content

Commit

Permalink
tweak readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
tooyz committed Aug 4, 2017
1 parent c596fa6 commit 1d76f82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ If you did not specify customIndicator ActivityIndicator with this props will be

**animation**

Currently supported - fade, bot, top, left, right.
Currently supported - **fade, bot, top, left, right.**
First one will fade loader in or out. Others will pull loader from either direction.

Animation prop consists of animation name, animation type and its options.

Types are default react-native animation types 'timing', 'spring', 'decay' (https://facebook.github.io/react-native/docs/animated.html#methods).
Types are default react-native animation types **'timing', 'spring', 'decay'** (https://facebook.github.io/react-native/docs/animated.html#methods).

Options are options of corresponding animation type.

Expand Down
10 changes: 4 additions & 6 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"

prop-types@^15.5.10, prop-types@^15.5.6, prop-types@^15.5.8:
prop-types@^15.5.6, prop-types@^15.5.8:
version "15.5.10"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
dependencies:
Expand Down Expand Up @@ -3004,11 +3004,9 @@ react-devtools-core@^2.1.8:
shell-quote "^1.6.1"
ws "^2.0.3"

react-native-blur@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/react-native-blur/-/react-native-blur-3.1.2.tgz#82492a4db1d99aaa61956bbabc50a98930974e6d"
dependencies:
prop-types "^15.5.10"
react-native-scene-loader@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/react-native-scene-loader/-/react-native-scene-loader-0.1.0.tgz#37c64683b1828abc50fd8524cc875f4d3806362f"

[email protected]:
version "0.45.1"
Expand Down

0 comments on commit 1d76f82

Please sign in to comment.