Saif Ali Khan
Saif Ali Khan
Any solution found for the above issue?
@tomchentw Is there anything which can be done for this? Can we create our own custom control just like `SearchBox` component?
@RamYadlapalli Can you provide an example of how to implement it?
@JustFly1984 Can you add link of that library? `react-google-maps-api`
@JustFly1984 Hey, Did you add some changes around `DrawingManager` in your forked library? Or do you of anyone else who managed to achieve DrawingManager public API's which are not exposed...
@theGirrafish Center requires an object with lat, lng. From your above snippet it seems like you are passing an Array as center in `defaultCenter`. try passing an object like `{lat:...
Yes, you might have to use it like this ``` const MapComponent = withScriptjs(withGoogleMap((props) => // your div ``` to get it loaded. Try it and also tell what's the...
Hey @tlow92 Were you able to solve this somehow? I am also not able to identify whether use has preseed the tooltip or not in IOS.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
having the same problem in ios. Tried the above workaround, but doesn't work for me.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module ( React native V6)
@autonauta @arrluubuutee Have you added `metro.config.js` file in your project? I was having the same problem, and what worked for me was I added this file with the code: ```/**...