@codeleap/mobile 3.2.11 → 3.2.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codeleap/mobile",
3
- "version": "3.2.11",
3
+ "version": "3.2.12",
4
4
  "main": "src/index.ts",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
@@ -75,7 +75,7 @@ export const Autocomplete = <T extends string|number = string, Multi extends boo
75
75
  filterItems = defaultFilterFunction,
76
76
  searchInputProps: searchProps = {},
77
77
  onItemPressed = () => {},
78
- style,
78
+
79
79
  ...listProps
80
80
  } = allProps
81
81
 
@@ -200,7 +200,7 @@ export const Autocomplete = <T extends string|number = string, Multi extends boo
200
200
 
201
201
  const Search = searchComponent
202
202
 
203
- return <View style={[variantStyles.wrapper, style]}>
203
+ return <View style={[variantStyles.wrapper]}>
204
204
  <Search
205
205
  placeholder={placeholder}
206
206
  debugName={debugName}