Nick Schild

Results 13 comments of Nick Schild

@tongchunyin Can you update the readme file as well? @sbugert Will this get merged in at some point?

working for me on android using react-navigation and the gesture handler HOC AppRegistry.registerComponent(appName, () => gestureHandlerRootHOC(appRoot)); RN: 0.66.4 RNGH: 2.5.0

@patrick-tolosa Thanks for the response, Although I did upgrade react native, I dont know what would be the cause of the error as the data that is sent to the...

Edit, this code works better. ``` if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.P) { Window w = getWindow(); w.setStatusBarColor(Color.TRANSPARENT); w.setNavigationBarColor(Color.TRANSPARENT); w.getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | View.SYSTEM_UI_FLAG_LAYOUT_STABLE); } ``` https://unicorn-utterances.com/posts/draw-under-navbar-using-react-native/

I've battled that error before on an earlier version of RN. I don't recall the solution right now, but google is your friend with this one. If it comes back...

Coming back to this as I had a coworker with a similar issue. Have you tried opening your project in Android Studio then file > sync project files with gradle.

When taking the photo, there is no location exif data. You will have to gather that data yourself. The native camera app does this separately as well. To get the...

use react-native-fs stat function it returns the original file path

Seeing this issue as well. Upgraded from 1.8.0 to 1.11.0. For now, we are downgrading back to 1.8.0