# react-native-admob-ad

Admob Native ads

## Installation

```sh
npm install react-native-admob-ad
```

## Usage

```js
import AdmobAd from "react-native-admob-ad";

// ...

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

## Contributing

## CURRENTLY ANDROID ONLY

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

## License

MIT
