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.
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 theSupporting
group, just make sure to delete the oldFabric
keys already added inside that file.After that you can use the beta like a normal iOS app, hope this helps you