Skip to content

Commit

Permalink
fix wrong place of background color
Browse files Browse the repository at this point in the history
  • Loading branch information
khaiql committed May 7, 2017
1 parent 69afef0 commit 63462c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion example/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const styles = StyleSheet.create({
bottom: 0,
},
progressiveInput: {
backgroundColor: 'white',
marginTop: 20,
marginLeft: 10,
marginRight: 10,
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"expo": "16.0.0",
"react": "16.0.0-alpha.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-16.0.0.tar.gz",
"react-native-progressive-input": "^1.0.1",
"react-native-progressive-input": "^1.0.2",
"react-native-vector-icons": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
borderWidth: 1,
borderColor: 'lightgrey',
backgroundColor: 'white',
},
clearIcon: {
marginLeft: 5,
Expand All @@ -16,7 +17,6 @@ const styles = StyleSheet.create({
flex: 1,
height: 40,
marginLeft: 10,
backgroundColor: 'white',
},
activityIndicator: {
marginLeft: 5,
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": "react-native-progressive-input",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use this to create autocomplete text input which the text box can have both clear button and an activity indicator to show the background job",
"main": "index.js",
"repository": "https://github.com/khaiql/react-native-progressive-input",
Expand Down

0 comments on commit 63462c6

Please sign in to comment.