Yossi
Yossi
As written [here](https://github.com/react-native-community/react-native-netinfo/issues/221#issuecomment-614206718), manual linking solved this.
If you have an app that is using 30 packages, and migrating to a new version is a pain, you might, like me, be happy that you can solve some...
Thanks Simon. I am trying now to replace these two calls with expo's FileSystem.readAsStringAsync. This seems to work. Now I am facing problems with writing the blob to firestore, but...
Several things don't work for me, as I wrote in this post, ref.put being one of them, so I am trying to use putString instead. I am still having problems...
Thanks Stephen. Can you add it to the enhancements list, please?
@afanchamp While waiting for a reply on this, can you show the result of the customization that you have done and the modifications to the res files? In case you...
Thanks Stephen. 1. As you say, the call to `SQIPCardEntry.startCardEntryFlow` fails. However, the error doesn't say that the application ID is wrong, but that 'the card entry is unauthorized' (see...
Thanks Stephen. Regarding the error: I would expect something like "Invalid application id" and not "card unauthorized" which I understand to be something else. So we have here: (1) an...
Thx Stephen. What about the color of the top bar? And the font size & font family of the bottom bar's text?
> For font size you should be able to add font_size_herewithin your CustomButton style. Same with the font family, it should just be font_family_here, I believe. You are right regarding...