mapViewDirections

hello
i have an app that uses react native maps with map view direcitons

<MapViewDirections

origin={this.state.origin}
waypoints = {this.state.waypoints}
destination={this.state.destination}
apikey={MY_API_KEY}

/>

I am using the restricted api key in which i added my package name and application google certificate hash key but the app is still giving me the error
(Unauthorized request.Your ip … is not authorized)
i followed the react-native-maps documentation carefully and i do have the directions API enabled
Any help would be much appreciated

1 Like

Any help would be much appreciated cause this problem has been persisting for 2 days now ,
My app just reboots

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.