-1

im new for this journey but i had research about this, like for 3 days maybe or later, and found so many Blog but without any tutorial to achive this.

according to this reference , it seems he/she finally can achive this AAR and .framework, but i still not understand how to generate that from react native.

can somebody tell me , where should i found this tutorial to make it ? im a bit frustated because i cannot solve this. maybe any reference , step by step using an existing React Native Project then finnaly generate AAR and .framework, it will very very very usefull for me.

i hope someone can help me to solve this :(

acul
  • 53
  • 7
  • I know a tutorial but in Turkish: https://medium.com/fiba-tech-lab/halihaz%C4%B1rdaki-bir-react-native-uygulamas%C4%B1n%C4%B1-k%C3%BCt%C3%BCphane-haline-getirip-github-packages-%C3%BCzerinden-b5229c068be9 Maybe helps. – ridvanaltun Oct 15 '21 at 18:24
  • @ridvanaltun thanks for sharing bro, i will try it. still confusing about this, i dont even know the keyword for this on Youtube, maybe i can follow someone tutorial in video instead because hard for me to learn from just a post – acul Oct 15 '21 at 18:35
  • Actually, I don't know but try to search this: react-native as android lib – ridvanaltun Oct 15 '21 at 18:43

1 Answers1

0

I think you can solve this by Electrode Native

With Electrode Native, you can work on cross-platform components written in JavaScript using React Native, that can then be added to any iOS or Android mobile application. It outputs .aar file for android & .framework for iOS.

kashif-sk
  • 51
  • 1
  • 9
  • but, i already make my own application using react native cli, how to deal with it ? – acul Oct 23 '21 at 06:29