Reputation: 595
I'm trying to reuse some code from android app programmed by java. And i want to reuse in a React-Native app. How can i create a interface or a funcionality in java and export to a react-native package?
Upvotes: 0
Views: 142
Reputation: 25363
you can use Native Module android for use java programming through react-native
and you can use the third party to create Native Module react-native-create-bridge
Upvotes: 1