一种在响应本机代码中包含android库的方法

时间:2019-04-16 13:08:42

标签: android react-native sdk react-native-android android-library

我建立了一个Android库,当在Android Studio项目中用作AAR时,它可以与Android应用程序完美配合。是否可以在React Native环境中使用相同的库?如果没有,那么要使该库与React Native兼容会花费很多精力吗?

2 个答案:

答案 0 :(得分:0)

您可以使用此库为React Native react-native-create-library创建库 或

集成本机模块的官方方法,请参见 https://facebook.github.io/react-native/docs/native-modules-android

答案 1 :(得分:0)

My answer is yes, it's possible, the android folder in react-native project is actually an android project, you can integrate a AAR lib here, make a function to invoke them, and call this function in .js file