ttruongatl

Results 11 comments of ttruongatl

We have to be sure 1. Start call UUID and End call UUID are exactly the same. 2. There is only on Setup Callkit in an entire app. ( `RNCallKit.setup(options);`)

Thanks for your working. Hoping you will completer this framework for both, iOS & OSX.

The callback in persistStore is called in my react-native project with/without a debugger. `persistStore(store, {}, () => { console.log('OK'); });` I'm using the same packages version you posted.

`MockProvider` works fine for me with a subscription query. Here is my code: > "@apollo/react-hooks": "^3.1.3", - Define gql queries ``` import gql from 'graphql-tag'; const TICKET_ADDED_SUBSCRIPTION = gql` subscription...

In our project, we've chosen to safeguard the `.p8` key file by storing it within Azure KeyVault as a secret. To effectively manage the key while ensuring it remains unaltered,...

There is some reasons that the line `float height = YGNodeLayoutGetHeight(yogaNode);` in [NativeUIManager.cpp](https://github.com/microsoft/react-native-windows/blob/main/vnext/Microsoft.ReactNative/Modules/NativeUIManager.cpp#L943) returns `-nan(ind))` Any thoughts?

The following could be a solution! ``` // InversifyContainerAdapter.ts import { Container } from "inversify"; export class InversifyContainerAdapter extends Container { public get(serviceIdentifier: any): T { const id = serviceIdentifier;...