Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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)