.aar file integration with React Native app - Expo

Hi,

I have an existing project in React Native using Expo. Now, I need to integrate Zebra TC 20 API .AAR with my project. Pls help me regarding this.

Thanks in advance. :slight_smile:

Regards,

Sayantan

Hi-

I think .AAR files are native Android libraries. If this is the case, you’ll need to detach and then link in the library.

Read about that here: https://docs.expo.io/versions/latest/expokit/detach#__next

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