Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tatchi/react-native-jsi-orientation-locker
https://github.com/tatchi/react-native-jsi-orientation-locker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tatchi/react-native-jsi-orientation-locker
- Owner: tatchi
- License: mit
- Created: 2022-03-29T17:24:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T15:58:07.000Z (over 2 years ago)
- Last Synced: 2024-04-20T00:55:27.112Z (9 months ago)
- Language: C++
- Size: 459 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-jsi-orientation-locker
React Native package to lock and listen to orientation changes
## Installation
```sh
npm install react-native-jsi-orientation-locker
```## Usage
```js
import { multiply } from "react-native-jsi-orientation-locker";// ...
const result = await multiply(3, 7);
```## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT