Skip to content
New issue

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

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

Already on GitHub? # to your account

[Discussion] Process for depending on third-party Objective-C/Swift code #68

Closed
ide opened this issue Feb 14, 2015 · 2 comments
Closed
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@ide
Copy link
Contributor

ide commented Feb 14, 2015

What is the way to go about adding purely native third-party dependencies to the React Native backend? This would be the native analogue to adding JS dependencies to package.json. And what are the requirements e.g. license, ARC, iOS version, etc?

@jaygarcia
Copy link
Contributor

I've just begun looking @ how things are put together from Libraries/ and the React-Native ObjC code.

At this point, I imagine it's including your project so that its libraries could be included in the main application Xcode project and implemented.

ReactKit has ARC enabled, so I imagine it's a dependency on 3rd party libs, especially if you're compiling from source.

@brentvatne brentvatne changed the title Process for depending on third-party Objective-C/Swift code [Discussion] Process for depending on third-party Objective-C/Swift code May 31, 2015
@browniefed
Copy link
Contributor

@brentvatne already solved with #207 and specifically b72acc2

@facebook facebook locked as resolved and limited conversation to collaborators Jul 23, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 23, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants