@hoddy-ui/core 1.0.25 → 1.0.26

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": "@hoddy-ui/core",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "Core rich react native components written in typescript",
5
5
  "main": "index.ts",
6
6
  "repository": {
@@ -80,7 +80,7 @@ export const Locator: React.FC<LocatorProps> = ({
80
80
  borderRadius: 10,
81
81
  marginBottom: 10,
82
82
  width: "100%",
83
- zIndex: 1000,
83
+ zIndex: 20,
84
84
  marginTop: float ? 2 : "15@ms",
85
85
  top: float ? "100%" : undefined,
86
86
  position: float ? "absolute" : "relative",
@@ -160,7 +160,7 @@ export const Locator: React.FC<LocatorProps> = ({
160
160
  }, [GOOGLE_MAP_API_KEY]);
161
161
 
162
162
  return (
163
- <View style={{ zIndex: 100 }}>
163
+ <View style={{ zIndex: 10 }}>
164
164
  {renderInput ? (
165
165
  renderInput({
166
166
  onFocus: () => search(value),