Skip to content

Commit

Permalink
add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Sep 6, 2018
1 parent 9b927cf commit fe95798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ A4. Expo does not support native module. you can read more expo caveats [`here`]

v5.0.3
1. add enableAnnotationRendering property support, default enableAnnotationRendering=true
2. android build.gradle can reference root project sdk and buildTool setting

v5.0.2
1. fix file successfully download check
Expand Down Expand Up @@ -172,7 +173,7 @@ const styles = StyleSheet.create({
| enableAntialiasing | bool | true | improve rendering a little bit on low-res screens, but maybe course some problem on Android 4.4, so add a switch ||| <3.0 |
| enablePaging | bool | false | only show one page in screen ||| 5.0.1 |
| enableRTL | bool | false | scroll page as "page3, page2, page1" ||| 5.0.1 |
| enableAnnotationRendering | bool | true | enable rendering annotation ||| 5.0.3 |
| enableAnnotationRendering | bool | true | enable rendering annotation, notice:iOS only support initial setting,not support realtime changing ||| 5.0.3 |
| onLoadProgress | function(percent) | null | callback when loading, return loading progress (0-1) ||| <3.0 |
| onLoadComplete | function(numberOfPages, path, {width, height}) | null | callback when pdf load completed, return total page count and pdf local/cache path ||| <3.0 |
| onPageChanged | function(page,numberOfPages) | null | callback when page changed ,return current page and total page count ||| <3.0 |
Expand Down

0 comments on commit fe95798

Please sign in to comment.