https://github.com/rhdeck/react-native-fix-ios-version
Update the IOS deployment target for native code compatibility
https://github.com/rhdeck/react-native-fix-ios-version
Last synced: 12 months ago
JSON representation
Update the IOS deployment target for native code compatibility
- Host: GitHub
- URL: https://github.com/rhdeck/react-native-fix-ios-version
- Owner: rhdeck
- License: mit
- Created: 2017-11-28T22:18:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-07T20:28:31.000Z (about 6 years ago)
- Last Synced: 2025-05-26T12:17:23.447Z (about 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-fix-ios-version
Updates the version of your RN IOS project to 11.0 (by default). This is useful for automating support for newer features, like ARKit and CoreML
# Installation
```
yarn add react-native-fix-ios-version
```
# Usage
```
react-native set-ios-version
```
This will update the ios version in your package.json. Usage for a living-on-the-edge developer:
```
react-native set-ios-version 12.0
```
**NOTE The old support for react-native link was removed in this version**