Skip to content

mothership/react-native-google-navigation-sdk

Repository files navigation

react-native-google-navigation-sdk

React Native wrapper for Google Nav sdk

Installation

npm install react-native-google-navigation-sdk

Usage

import { GoogleNavigationSdkView } from "react-native-google-navigation-sdk";

// ...

<GoogleNavigationSdkView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library