Hermann Claudiu-Andrei
Hermann Claudiu-Andrei
Being a small app nobody cares about licenses and code rights, not nice but what can you do about it...
For me it works on the last commit of the repo, you need to provide more information about your problem, not just a screenshot. Did you make any changes to...
In what situations it does not work? Even when 15ms delay is not fast enough? What are the bugs?
I just added support for the picker library for windows and you can find it here: [document-picker-windows](https://github.com/ClaudiuHBann/document-picker-windows)
This patch works, but in my case the method `PathResolver::getRealPathFromURI` fails for this branch: ``` if (isKitKat && DocumentsContract.isDocumentUri(context, uri)) { ... if (isExternalStorageDocument(uri)) { ... if ("primary".equalsIgnoreCase(type)) { //...
@johnf I can't see a `Assets` folder for a RNW generated project. Do I need to add one and configure it myself or?
Maybe the new RNW projects doesn't setup the Assets folder by default. I generated a project for RNW 0.77 and I don't have one.
@johnf @DylanAkp Update, I added the font into the `Assets` folder, the msix contains the font under the `Assets` folder but the `react-native-vector-icons` doesn't find it, where does it look...
@johnf I think this issue can be closed because in the end I used react-native-svg and pass the SVG's XML to the SvgCss component.
@bohdanprog I looked into the PR and saw that and deleted the comment, my bad. I added a comment on the PR.