App failing to run after manual migration to typescript

Please provide the following:

  1. SDK Version:~47.0.3
  2. Platforms(Android/iOS/web/all): development build ios
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

I am getting this error while trying to run my app after migrating manually to typescript

 ERROR  FirebaseError: Firebase: Need to provide options, when not being deployed to hosting via source. (app/no-options).
 ERROR  Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter.
        A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.