Ros Sokcheanith
Ros Sokcheanith
```tsx import {CheckIcon, Select} from 'native-base'; import React, {useState} from 'react'; import {MySelectProps} from '.'; export const MySelect = ({select, selectItem}: MySelectProps) => { const [service, setService] = useState(''); return...
RN 0.70.6 the same issue.
Hi @jlm0 Is it fix in RN 0.71.0 ?
This issue has been here for so long
id_signedData and id_ct_tstInfo are the same. `contentInfo.contentType` the value was `1.2.840.113549.1.9.16.1.4` it's not `1.2.840.113549.1.7.2`.
That's what make the test failed
Here is my update code. ```ts import { AsnConvert, AsnParser, OctetString } from "@peculiar/asn1-schema"; import * as assert from "assert"; import path from "path"; import fs from "fs/promises"; import {...
> Is this still reproducible with the latest version? > > If I had to guess, there might be an issue with (de-)serialization of cookies when sending them to your...
Please help review and release on this merge on this as I am stack with the version conflict and cannot update MongoDB.Driver to version 3+. Thank you.