You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I honestly do not know where this error comes from but I can tell you that a normal build works, assembleRelease works but when deployed using fastlane I get this:
I have the same problem with bitrise, normal build works fine until I added this in index.js
import { registerRootComponent } from 'expo';
import App from './App';
import "./app/components/i18next";
import TestFairy from 'react-native-testfairy';
// registerRootComponent calls AppRegistry.registerComponent('main', () => App);
// It also ensures that whether you load the app in Expo Go or in a native build,
// the environment is set up appropriately
TestFairy.begin(process.env.TEST_FAIRY_TOKEN);
registerRootComponent(App);
Hi
I honestly do not know where this error comes from but I can tell you that a normal build works, assembleRelease works but when deployed using fastlane I get this:
any idea on how to approach this?
thanks,
Rares
The text was updated successfully, but these errors were encountered: