Réan Guillaume

Results 7 comments of Réan Guillaume

Hi there, Exact same problem here. React Native Environment Info: System: OS: Windows 10 CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz Memory: 2.91 GB / 15.86 GB Binaries: Yarn:...

I tried that solution and it works great : https://github.com/sbugert/react-native-admob/issues/370

Here my context : compileSdkVersion 27 buildToolsVersion "27.0.3" minSdkVersion 21 targetSdkVersion 27 I'm not expert in gradle configuration and i use lots of dependencies in my project. So i just...

I think the native-base theme mecanism is not progated into the class Dialog or DialogContent.

I would like to use a "auto" width et height, on PopupDialog component and it works fine. But prop types are number and it generates a type error. ` width={'auto'}...

Same in the exemple project with react-native 0.59.10 on android (this version of react-native is buggy.. on win10) But when i open the inspector tool in android, they appear correctly.....

It seems that idb is not installed in this path /usr/local/bin/idb when using this command: pip3.10 install fb-idb Maybe pip3.6 accordingly to the documentation doesn't install in the same way..