Pep

Results 13 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...

Is this a remote notification or a locally generated one that was scheduled? Pressing remote notifications opens the app on Android for me, but not local notifications "react-native": "0.71.8", "react-native-notifications":...

> In my case is other way around. Local notification works as expected (app opens on notification press) but remote notif not working What I'm doing to get around this...