Bruno Willian Garcia
Bruno Willian Garcia
the example does not open...
install plugin  error... 
Hi guys, I thought the lib was wonderful, it's helping me a lot! I would like to know if there will be new icon updates?
I'm trying to recover the reader's connection progress this way. ```tsx const [progress, setProgress] = useState('0') const { } = useStripeTerminal({ onDidReportReaderSoftwareUpdateProgress(progress) { setProgress(progress) }, }) console.log('PROGRESS: ', progress) ```...
Environment: Expo with Dev Client Physical iOS Device - iPhone 12 @stripe/stripe-terminal-react-native version 0.0.1-beta.14 Issue Description: I am working on a React Native project where I'm implementing the "Tap to...

Hi guys, I'm trying to pass the "allowFontScaling" in the label and I'm not getting the result, can anyone help me? ```js labelTextStyle={{ allowFontScaling: false, fontFamily: fonts.medium, color: colors.grey400, lineHeight:...
Problem Description: After updating from Expo 50 to Expo 51 and the package "@stripe/stripe-terminal-react-native" to "^0.0.1-beta.19", the app is experiencing issues during the payment process. Steps to Reproduce: Update Expo...