Nastuzzi Samy
Nastuzzi Samy
Hey guys, it does not work with Gradle >= 3.2 and SDK 27, still got the error :/ However, it is working with Gradle v3.1.4
Hey, I am planning to work on it, if it is ok for you, I would be happy to propose a PR
@diguini https://github.com/deanhet/react-native-text-ticker/issues/68
@juliushaertl i got that when i try your API: ```js OCA.Files.FileActions.prototype.get('httpd/unix-directory', 'dir', 31) Object { } OCA.Files.FileActions.prototype.getActions('httpd/unix-directory', 'dir', 31) Object { } ```
@blackcrack sorry i dont get your point, what is missing for you ? + You are not using the last version of the app (some options are deprecated and no...
But thank you for the PR, nice point in handling this haha :)
This issue is fixed with the last versions: https://github.com/nextcloud/files_rightclick/pull/64
Hey guys, for those who are struggling with using this with RN 0.70.0, I managed to make it work (dev and prod) with the following package.json (as a fix is...
Hi @kamo9527 , you just have to copy/paste the deps in your package.json (check that you have no duplications) I would recommand to delete your `package.lock` and `node_modules` and then...
Hi, I had to apply this patch to make it work with 2.14.1 ```sh cd mkdir patches mv ~/Downloads/react-native-vision-camera+2.14.1.txt patches/react-native-vision-camera+2.14.1.patch npm i patch-package npx patch-package ``` Hope this helps you...