Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhtunguet/react-native-my-unity
My Unity component for React Native
https://github.com/thanhtunguet/react-native-my-unity
Last synced: 6 days ago
JSON representation
My Unity component for React Native
- Host: GitHub
- URL: https://github.com/thanhtunguet/react-native-my-unity
- Owner: thanhtunguet
- License: mit
- Created: 2022-09-13T07:47:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T15:18:56.000Z (about 2 years ago)
- Last Synced: 2024-12-12T16:37:58.556Z (15 days ago)
- Language: Java
- Size: 616 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-my-unity
My Unity component for React Native
## Installation```sh
npm install react-native-my-unity
```## Usage
```js
import { MyUnityView } from "react-native-my-unity";// ...
```
## 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)