John Aagaard

Results 4 comments of John Aagaard

Hey, I'm having an issue where my state parameter is being passed within the callback url and then im receiving an uri mismatch error from salesforce. I havent been able...

@paustint awesome this helps me a lot thank you!

``` const conn = new jsforce.Connection({ accessToken: req.headers.tkn, instanceUrl: req.headers.instanceurl, version: salesforceAPIVersion, }) const [deploymentsData, deploymentsErr] = await conn .sobject('PDRI__Deployment_Result__c') .find( constructFilterQuery({ filterType, filters: parsedFilters }), ` CreatedDate, CreatedBy.Email, Id,...

I'm having a similar issue where the actual picker isnt rendering on an actual device but its showing in my simulator. "@react-native-community/datetimepicker": "7.2.0", "expo": "~49.0.15", "react-native": "0.72.6", but im not...