Skip to content

Commit e6ea98b

Browse files
committed
fix: remove default width
1 parent ffb0b60 commit e6ea98b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ android/generated
8484

8585
# React Native Nitro Modules
8686
nitrogen/
87+
88+
# Test coverage
89+
coverage/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-google-places-textinput",
3-
"version": "0.1.0",
3+
"version": "0.2.1",
44
"description": "A customizable React Native TextInput component for Google Places Autocomplete using the Places API (New)",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

src/GooglePlacesTextInput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const styles = StyleSheet.create({
2020
container: {
2121
marginHorizontal: 16,
2222
marginTop: 10,
23-
width: 250, // Default width
2423
},
2524
input: {
2625
height: 50,

0 commit comments

Comments
 (0)