Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds bridging header helper to facilitate importing to swift #115

Closed
wants to merge 1 commit into from
Closed

Adds bridging header helper to facilitate importing to swift #115

wants to merge 1 commit into from

Conversation

boopathi
Copy link
Contributor

@boopathi boopathi commented Mar 2, 2015

I'm not sure about this, but something like this should facilitate the ease of importing Obj-C headers to Swift. I've basically imported all headers under ReactKit using

find /path/to/react-native/ReactKit -name "*.h" | awk -F'/' '{print "#import \""$NF"\""}'

So in your App-Bridging-Header.h you can just import "ReactKit.h".

@arasmussen arasmussen force-pushed the master branch 5 times, most recently from 9b61be2 to 41453a5 Compare March 26, 2015 02:57
@boopathi
Copy link
Contributor Author

Invalid now.
React-native-cli does a really good job.

@boopathi boopathi closed this Mar 26, 2015
jfrolich pushed a commit to jfrolich/react-native that referenced this pull request Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant