App freezes on Expo client after expo publish --target bare

Please provide the following:

  1. SDK Version: 39.0.3
  2. Platforms(Android/iOS/web/all): iOS

I have my expo bare project with expo-payments-stripe library and work fine on my local (running yarn ios) and works fine running expo start, removing the references to expo-payments-stripe).
Publishing to expo with expo publish --target bare works fine, but when I try to access the app on my device using expo client app, my splash screen appears and right after the app freezes on this screen: Imgur: The magic of the Internet

Is this something related to Expo?
How to I check the logs in this case?

Expo CLI 3.27.14 environment info:
System:
OS: macOS 10.15.6
Shell: 5.7.1 - /bin/zsh
Binaries:
Node: 14.5.0 - /usr/local/bin/node
Yarn: 1.22.4 - ~/.yarn/bin/yarn
npm: 6.14.5 - /usr/local/bin/npm
Managers:
CocoaPods: 1.9.3 - /Users/jonatasdaniel/.rvm/gems/ruby-2.3.7/bin/pod
SDKs:
iOS SDK:
Platforms: iOS 13.5, DriverKit 19.0, macOS 10.15, tvOS 13.4, watchOS 6.2
IDEs:
Xcode: 11.5/11E608c - /usr/bin/xcodebuild
npmPackages:
expo: ^39.0.3 => 39.0.3
react: 16.13.1 => 16.13.1
react-dom: 16.13.1 => 16.13.1
react-native: 0.63.3 => 0.63.3
react-native-web: ~0.13.7 => 0.13.18
npmGlobalPackages:
expo-cli: 3.27.14
Expo Workflow: bare

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