Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fellipecaetano/run-ios
A script that runs a React Native app on the specified iOS Simulator
https://github.com/fellipecaetano/run-ios
ios python3 react-native script simulator
Last synced: 3 days ago
JSON representation
A script that runs a React Native app on the specified iOS Simulator
- Host: GitHub
- URL: https://github.com/fellipecaetano/run-ios
- Owner: fellipecaetano
- License: mit
- Created: 2017-12-13T20:26:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T22:04:37.000Z (about 7 years ago)
- Last Synced: 2024-12-06T15:50:19.588Z (2 months ago)
- Topics: ios, python3, react-native, script, simulator
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a script that acts as a companion to `react-native run-ios` by allowing users to select a specific iOS Simulator, by name, before launching the app.
## Installation
There are two suggested options for installation:
### Link the script from your `PATH`
- Clone this repository somewhere in your environment
- Create a soft link from a directory inside your `PATH` to `run-ios/bin.py`### Add this repository as a submodule to your project
- Create a `scripts` or `bin` directory inside your project
- Add this repository as a submodule inside the directory you just created
- Create a soft link to `run-ios/bin.py`These are just suggestions and admitedly horrible ones, but a canoninal installation method is in the works.
## Usage
Just run `bin.py --simulator ` from the same level as your `package.json` since the script depends on `react-native run-ios`. `` is a string formatted as ` ()` e. g. "iPad Pro (10.5 inch) (11.0)".
## Contributing
Please do! This is very raw and rough around the edges but hopefully we can turn this into a drop-in replacement for the original `run-ios` script. Open as many PRs as you like, however it suits you!