4

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
mina sameh
  • 1,069
  • 7
  • 20
  • Besides the answer given, there's also this [issue](https://github.com/expo/expo/issues/105) where they state not giving support for fabric in iOS soon, so for now it seems the only way is detaching the project – Javier P Mar 16 '18 at 18:14

1 Answers1

2

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

Javier P
  • 1,332
  • 14
  • 21