ordering-ui-react-native 0.17.24-release → 0.17.24-test

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": "ordering-ui-react-native",
3
- "version": "0.17.24-release",
3
+ "version": "0.17.24-test",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -662,7 +662,6 @@ const AddressFormUI = (props: AddressFormParams) => {
662
662
  saveLocation={saveMapLocation}
663
663
  setSaveLocation={setSaveMapLocation}
664
664
  handleToggleMap={handleToggleMap}
665
- isIntGeoCoder
666
665
  />
667
666
  </GoogleMapContainer>
668
667
  </View>
@@ -618,7 +618,6 @@ export interface GoogleMapsParams {
618
618
  locations?: Array<any>,
619
619
  setSaveLocation?: (val: boolean) => void,
620
620
  handleToggleMap?: () => void,
621
- isIntGeoCoder: boolean
622
621
  }
623
622
 
624
623
  export interface HelpParams {