Bruno Willian Garcia

Results 8 issues of Bruno Willian Garcia

the example does not open...

install plugin ![Screen Shot 2022-10-21 at 09 20 27](https://user-images.githubusercontent.com/41432581/197199760-06dda24f-4546-4a08-af7e-ac3ef8da236f.png) error... ![Screen Shot 2022-10-21 at 09 46 35](https://user-images.githubusercontent.com/41432581/197199817-88892a60-645d-4b3f-88d0-7bc4b86714ce.png)

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...

![Captura de Tela 2022-05-16 às 10 23 17](https://user-images.githubusercontent.com/41432581/168602468-b9b1aac1-b9c1-4e22-b586-22bf4748771a.png)

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:...

enhancement

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...