using fabric beta testing with react-native expo project

1.1k views Asked by At

Is there a way I can use Fabric beta testing with react-native expo project ?

I searched all over the internet but didn't find an example of this.

Edit 1: The project has been already created using CRNA command.

PS: I know I can detach from expo then build each project with fabric separately, but detaching process is tedious.

1

There are 1 answers

0
Javier P On

You need to detach your app, once detached you can follow the crashlytics iOS guide with Objective-C, with a difference in the API key step, use the Info.list file inside the Supporting group, just make sure to delete the old Fabric keys already added inside that file.

After that you can use the beta like a normal iOS app, hope this helps you