Dmitry

Results 10 comments of Dmitry

still bug here without option to stay with original snake case parameters

same bug. i get black screen even when specify `FCM.on(FCMEvent.Notification, (notif) => { code from example }`. although the first time tapping notification is successfull but all next times are...

Hi. Workaround with setting a prop to `NavigationContainer` like `theme={{ colors: { background: '#000000' } }}` has fixed white background in my case. my deps ``` "@react-navigation/bottom-tabs": "^5.11.11", "@react-navigation/native": "^5.9.4",...

calling this for downloading updated profiles from apple developer portal ``` match( type: development, readonly: true, username: , git_url: , generate_apple_certs: false, git_branch: master, shallow_clone: true, output_path: ) ``` expected...

Have the same issue with schema defined like ``` openapi: 3.0.0 info: contact: email: support_email name: Support team url: 'support_url' description: DESC title: mytitle version: 1.0.0 components: schemas: $ref: 'components/schemas.yml'...

have reproduced this crash when trying to download large mp4 file with size more then 4Gb

hi guys. on android 14+ we calling notifee.displayNotification with `asForegroundService: false` because of android restrictions, we call method ` notifee.onBackgroundEvent(notifeeBackgroundEventHandler)` in `index.js`, we listen `EventType.ACTION_PRESS` in `notifeeBackgroundEventHandler` to handle user...

Hi. @vishaldaher . You saved my day. Thank you very very much. Be happy !!!

I investigated the problem deeper and found that the reason is a late lazy call to RNCalkeep.init() from React-native Bridge. This problem is inherent to all applications that use swift...