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

Can I write extension in Swift instead of Objective-C? #284

Closed
goddyZhao opened this issue Mar 27, 2015 · 4 comments
Closed

Can I write extension in Swift instead of Objective-C? #284

goddyZhao opened this issue Mar 27, 2015 · 4 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@goddyZhao
Copy link

No description provided.

@vjeux
Copy link
Contributor

vjeux commented Mar 27, 2015

We're not using Swift at Facebook so we're unlikely going to spend time building support for Swift ourself. But, we open sourced the project to get help from the community to add support for what people actually use

@goddyZhao
Copy link
Author

Ok, got it, thanks so much @vjeux

@sahrens
Copy link
Contributor

sahrens commented Mar 27, 2015

It's unlikely you'd be able to write an extension in pure swift based on the way the system currently works, but you can probably write the majority in swift and provide a thin registration wrapper in ObjC (implement the RCTBridgeModule protocol) to expose it in JS.

On Mar 26, 2015, at 7:03 PM, Goddy Zhao notifications@github.com wrote:

Closed #284.


Reply to this email directly or view it on GitHub.

@mhart
Copy link

mhart commented Mar 28, 2015

Tracked at a high level over at #207

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

No branches or pull requests

5 participants