I need add a library in xcode to my project but i use expo to build

Hello word!,

i have a doubt, i need add firebase notification, but expo is incompatible. in this case i need create the xcode project and add firebase with pod…

the problem is that i build my app with expo: build:ios

and i upload the .ipa direct to Itunesconnet

my question is if i can build my app using both ways.

If you need to add a custom native library, then you’ll have to detach, which means exp build:ios won’t work any more. In that case you would need to generate the build yourself (from your native Xcode project).

If you just want to get push notifications in your app, Expo can do this for you (without firebase).

1 Like

thanks for your answer

1 Like