Jean-Baptiste Lecoin

Results 19 comments of Jean-Baptiste Lecoin

On windows 10 I have the same problem (on PyCharm): Unresolved reference 'TensorBoardOutputFormat'

Sorry to dig that far with a probably not accurate answer, but by the time I used it even in responsive it wasn't working

As a temporary workaround, you can delete the question mark at line 53 and 57 of the "node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/views/element/animators/ReactImageMatrixAnimator.kt"

Any update on this @RichardLindhout ?

Same with '@react-native-community/datetimepicker', i got `import DateTimePicker from '@react-native-community/datetimepicker';` in my code but it cannot find it and tell me "Depcheck did not find code similar to require('@react-native-community/datetimepicker') or import...

Same problem with v3.6.4 But Orientation is a pinned issue, so the problem seems far to be corrected within the package...

@bglgwyng I'm working mostly on emulated Pixel 2 in windows environnement. I think there's a workaround possible with [react-native-orientation-locker](https://www.npmjs.com/package/react-native-orientation-locker): it provides device precise orientation (not only portrait/landscape, but landscape-left, landscape-right,...

It seems that > It's a known issue that the red flower image can't be selected using the simulator I tried with an other heic file and it works fine....

I'm struggling with passing an icon to the timeline. I did used FontAwesomeIcon (from '@fortawesome/react-native-fontawesome') and Icon (from 'react-native-vector-icons/FontAwesome') and it didn't worked, neither as data icon prop or Timeline...

Looking at @samcodefish [PR](https://github.com/react-native-image-picker/react-native-image-picker/pull/2236) and from my understanding of the problem, it seems that .heic files cannot be handled like .jpg files. When selecting a .heic file, the copy that...