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

react-native link does not work with Android native modules written in kotlin #14561

Closed
rgommezz opened this issue Jun 16, 2017 · 1 comment
Closed
Assignees
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@rgommezz
Copy link
Contributor

Description

Since Google announced Kotlin support for developing applications with Android, I've been building a library that implies bridging Native code to JavaScript and decided to go with Kotlin. However, the linking step does not work automatically since local-cli only supports modules written in Java

Reproduction Steps

  • Write a simple Native Module in Android using Kotlin
  • Consume it in a RN example project
  • Type react-native link <your-library-written-in-kotlin> from your example project
  • Nothing happens

Solution

  • I could compose a PR to add support for kotlin into the local-cli (rnpm part). It would be my first PR, but I would be very happy to take it over.

Additional Information

  • React Native version: react-native>=0.43
  • Platform: Android
  • Development Operating System: macOS
@satya164 satya164 assigned satya164 and grabbou and unassigned satya164 Jun 16, 2017
@grabbou
Copy link
Contributor

grabbou commented Jun 17, 2017

Do it! Since we work together, you know where to look for help! 💯

@facebook facebook locked as resolved and limited conversation to collaborators Jun 29, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 18, 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

Successfully merging a pull request may close this issue.

4 participants