Giorgio Balduzzi

Results 19 comments of Giorgio Balduzzi

I'm using the fork by @aimawari which is one commit ahead. Use `"react-native-qrcode-scanner": "github:aimawari/react-native-qrcode-scanner",` in your `package.json` dependencies section Note: this is a temporary solution while I wait aimawari pull...

@aimawari pull request has been accepted and it is included in version `1.3.0`, released less than one day ago.

Hi @niekp , thank for your commit! Do you use your fork with laravel 9 and S3? Because I'm getting some errors due to some incompatibility with the v3 `FilesystemAdapters`...

If anyone needs support for S3 using Laravel 9, I solved the incompatibility with this commit: https://github.com/tiknil/file-vault/commit/6b2cde9314d3d6e012be4d2c04b6a3f1dc465f64

I'm having the same issue since I added react-native-firebase and as a consequence had to add `use_frameworks! :linkage => :static` to the Podfile

I'm seeing the same issue on react-native `0.72.3` I resolved adding the following style to the activity indicator on size large: ``` { marginTop: Platform.OS === 'ios' ? 3 :...

I'm having the same issue on iOS 16.4 with a single line textfield. ```js console.log(e.nativeEvent} /> ``` Pressing a random key, such as 'a' results in the following log: ```...

No, I have not solved it yet. I mitigated the problem by: - Lowering the targets resolution and size (it probably is a best practice anyway to use low-resolution targets)....

Just a quick info based on this comment in your code: > since there is no key for the Season Status, I filter pre season by date The third digit...