https://github.com/rhdeck/react-native-utilities
Utilities for managing native considerations for React Native
https://github.com/rhdeck/react-native-utilities
Last synced: 5 days ago
JSON representation
Utilities for managing native considerations for React Native
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-utilities
- Owner: rhdeck
- License: mit
- Created: 2020-04-07T04:05:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T10:43:46.000Z (over 3 years ago)
- Last Synced: 2025-03-15T09:41:37.976Z (over 1 year ago)
- Language: JavaScript
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-utilities
Functions for managing React Native projects
```javascript
const { ios, android, common } = require("@raydeck/react-native-utilities");
///...
await ios.getBuildProperty("PRODUCT_BUNDLE_IDENTIFIER");
```
## android
## ios
## common