Bridging AAR libraries

  1. SDK Version: 39
  2. Platforms : Android

How can I bridge AAR libraries into expo app. I found an example that does this in bare react native apps. I want to know if anything like this is possible in expo app. Please refer to the following link for example in React Native

You would need to “eject” to the bare workflow. At that point it is a plain React Native app and you should be able to follow the instructions in that post.

Yes I can eject to bare workflow and do it, I just want to know if its possible without ejecting

No. You would need to eject.

1 Like

Ok, thank you! I Ejected my app!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.