Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 561 Bytes

File metadata and controls

31 lines (18 loc) · 561 Bytes

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