react-native-maps-navigation icon indicating copy to clipboard operation
react-native-maps-navigation copied to clipboard

Can show example into functional component

Open yashiroiori opened this issue 3 years ago • 4 comments

The problem are map, error in watchposition

image

yashiroiori avatar May 10 '22 23:05 yashiroiori

Could solve the problem?

meerbex avatar Jun 28 '22 11:06 meerbex

Could solve the problem?

Not yet

yashiroiori avatar Jun 28 '22 11:06 yashiroiori

I could solve the problem by this way

 <MapViewNavigation
          origin={origin}
          destination={destination}
          navigationMode={navigationMode}
          travelMode={travelMode}
          ref={refNavigation}
          map={() => refMap?.current}


    />

meerbex avatar Jun 29 '22 12:06 meerbex

The problem are map, error in watchposition

image

Hi, how is that hook setMapState ?

fudr avatar Sep 30 '22 15:09 fudr