# react-native-google-mlkit-translate

React native google mkit translate

## Installation

```sh
npm install react-native-google-mlkit-translate
```

## Usage

```js
import GoogleMlkitTranslate from "react-native-google-mlkit-translate";

// ...

const result = await GoogleMlkitTranslate.multiply(3, 7);
```

## Contributing

See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.

## License

MIT
