Vinicius Morais
Vinicius Morais

Reputation: 595

How make a react-native package using java?

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

Answers (1)

Muhammad Numan
Muhammad Numan

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

Related Questions