Skip to content

Commit

Permalink
发布0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtpryv010 committed Aug 31, 2021
1 parent 1342557 commit 7b866fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [0.3.6]() (2021-08-31)

* 修复itemStyle android下选中颜色设置无效的问题[#31](https://github.com/yz1311/react-native-wheel-picker/issues/31)


# [0.3.5]() (2021-07-05)

* 修复itemStyle属性没有传递给picker[#29](https://github.com/yz1311/react-native-wheel-picker/issues/29) ([75cedbdd07](https://github.com/yz1311/react-native-wheel-picker/commit/75cedbdd077ee2b057e9c1857ad6d2528aaf553d) by [songhlc](https://github.com/yz1311/react-native-wheel-picker/commits?author=songhlc))
Expand Down
2 changes: 1 addition & 1 deletion WheelCurvedPicker.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class WheelCurvedPicker extends React.Component {
onValueChange={this._onValueChange}
data={this.state.items}
textColor={this.state.textColor || "#333"}
selectTextColor={"#000"}
selectTextColor={this.state.textColor || "#000"}
textSize={this.state.textSize}
selectedIndex={parseInt(this.state.selectedIndex)}
/>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yz1311/react-native-wheel-picker",
"version": "0.3.5",
"version": "0.3.6",
"description": "React native cross platform picker.",
"main": "index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 7b866fb

Please sign in to comment.