react-native-gizwits-scroll-ruler 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.android.js +1 -0
  2. package/package.json +1 -1
package/index.android.js CHANGED
@@ -74,6 +74,7 @@ export default class ReactScrollRuler extends Component {
74
74
  return (
75
75
  <View
76
76
  {...generateSimplePanresponder()}
77
+ style={{width: '100%'}}
77
78
  >
78
79
  <RNScrollRuler
79
80
  ref={(component) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-gizwits-scroll-ruler",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "修正安卓滚动条影响",
5
5
  "main": "index.js",
6
6
  "scripts": {