Florian CAVASIN

Results 87 comments of Florian CAVASIN

I strongly recommend to go and grab the NfcProxy class from the demo application. https://github.com/revtel/react-native-nfc-rewriter/blob/master/src/NfcProxy.js You can: - Use it directly, it requires `connect.js` and `Outlet` to be used with...

@Aiosa this is not related to this library, but you need to use deep links in you app, and tell it opens can certain links. Then write that link in...

Understand, The one I've showed is more flat/modern. The one you are using is more comprehensible. How do you want to handle those different input render ? - Let at...

Any update on this? Saving the generated `.docx` file to `.odt` will create an empty file. ```php $templateProcessor->saveAs($path); // File is ok $phpWord = \PhpOffice\PhpWord\IOFactory::load($path); $phpWord->save($path, 'ODText'); // File is...

Love it! @codecalm 👍 Some may want to add icons instead of checkboxes. Have you tried doing that? Like this one: - open: https://tabler-icons.io/i/folder-plus - Close: https://tabler-icons.io/i/folder-minus

Same case on bootstrap side -> https://github.com/twbs/bootstrap/issues/36595 Due to sass `null` values are compiled into CSS empty values.

Same case with FontAwesome. The `icon` class is a mess in many cases if you are not using svg icon.