Pep

Results 8 comments of Pep

having the same issue with react-native-reanimated 3.x

@datazen I ran into the same problem. I removed the plugin and then added it back and now discovery is working

@remotenode I had the same problem, but it was with the react-native-navigation library. Adding this to the App.js file solved the problem ` AppRegistry.registerComponent('AppName', () => () => ) `

I had the same problem, even when using `npx patch-package`. what solved it for me was to switch from node v21.6.2 to version to 17.7.2.

> Please how to apply this patch ? Do I need to install another version ? or just copy paste the changes ? add these 2 packages to your devDependencies...

I just created this gist to patch both iOS and Android https://gist.github.com/pep108/8b0bdf156d823c117be655a010a337aa

@krisnapy It works for me on Android. I am only looking at the timestamp when the image was created. It appears that the appSpecificUri is a reference to the temporary...

I had the same problem with this. I ended up adding the file to my repo and changing the first line to: `module.exports = class CopyButtonPlugin {` Then I included...