Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pvinis/react-native-xcodegen
Templates and everything else you need to use xcodegen in your React Native project!
https://github.com/pvinis/react-native-xcodegen
Last synced: about 1 month ago
JSON representation
Templates and everything else you need to use xcodegen in your React Native project!
- Host: GitHub
- URL: https://github.com/pvinis/react-native-xcodegen
- Owner: pvinis
- Created: 2020-08-10T09:47:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T11:15:57.000Z (12 months ago)
- Last Synced: 2024-04-14T23:06:47.901Z (7 months ago)
- Language: Shell
- Size: 558 KB
- Stars: 58
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-xcodegen
![](./assets/logos.png)
## How to use
1. Install xcodegen.
`brew install xcodegen`
1. Install xunique.
`pip install xUnique`
1. Copy `make` into `/ios`.
1. Find the right project file for your version of React Native used in your project, and copy it into `/ios` and rename it to just `project.yml`.
1. Replace `MyProject` with your project name on `make` and `project.yml`.
1. Run `./make` from inside the `ios` dir of your project.
1. Have fun not caring about the xcodeproj file structure!#### Here's my talk about using XcodeGen with React Native → [here](https://github.com/pvinis/talk-xcodegen-rn)
### Made possible thanks to:
- [React Native](https://github.com/facebook/react-native)
- [XcodeGen](https://github.com/yonaskolb/XcodeGen)
- [xUnique](https://github.com/truebit/xUnique)