# react-native-wrld3d (Under Development)

A dynamic 3D mapping platform for smart cities and buildings, gaming, AR/VR experiences, and more. checkout more at https://www.wrld3d.com/

## Installation

```sh
npm install react-native-wrld3d
```

## Usage

```js
import { Wrld3dView } from "react-native-wrld3d";

// ...

<Wrld3dView color="tomato" />
```

## Contributing

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

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
