Cumhur Güner

Results 9 issues of Cumhur Güner

### Current behavior My root stack ``` ``` My BottomTab ``` ``` HomeStack ``` ``` SettingsStack ``` ``` Problematic Scenario 1. I open the app and the bottom tab navigation...

bug
package:bottom-tabs
package:stack
platform:android
platform:ios
repro provided

## 💬 Question In your guides, it is encouraged to inject mapping in the metro confing as mentioned in below code block. ``` const MetroConfig = require('@ui-kitten/metro-config'); const evaConfig =...

If I add the code below into my index.js in react-native, is it going to work as intended for the screens which are deep in stack hierarchy? ``` import {...

I want to use the Google Fit Api without requiring Google Fit app on client's device, therefore I think, I need to use the GoogleFit.startRecording() function. Do we need call...

With the changes now the QR SVG component accepts testID prop, so we can assert the visibility of the QR Code in unit/e2e tests. Example usage: ```js ```

Hi, I am trying to implement this package to upload large video files to my express server, but somehow I can't read the body on my server. I wonder, if...

### Minimal reproducible example https://github.com/swizes/media-lib-oom ### What platform(s) does this occur on? Android ### Did you reproduce this issue in a development build? No (only happens in a standalone build)...

stale
needs review

Hello, we are looking for alternatives to generate changelog in our monorepo and wanted to create the changelog from scratch. At the moment we have 10 tags, which all have...

Fix duplicate "file://" prefix in image picker result path The URL's absoluteString from both iOS Simulator and physical devices already contains the "file://" prefix. Previously, we were unconditionally adding another...