Max Holzheu
Max Holzheu
Following the advice in this comment solved this for me: https://github.com/fullstackreact/react-native-oauth/issues/42
So, I managed to fix this by changing one line in the `OAuthManagerModule.java`. Instead of using `http://localhost/facebook` as a callback, I changed it to `https://localhost/facebook` both in the Facebook Valid...
So, the above snippet works if you're only working with facebook, but obviously breaks the other providers. The final snippet looks like this: ```diff patch-package --- a/node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerModule.java +++ b/node_modules/react-native-oauth/android/src/main/java/io/fullstack/oauth/OAuthManagerModule.java @@...
Hey @francoro, I don't remember that being a problem, since localhost always refers to the local device. Cheers!
@thecodecafe you need to call `manager.deauthorize(provider)` first
Thanks for that @chasay! I wonder if we can make the error a little more clear, I've seen other libraries do something like "You've loaded X twice, please make sure...
@CVarisco imagine you have a file `src/helpers/index.js` that you want to import. It's very common to import it like this: ``` // src/component.js import helpers from 'helpers' ``` without the...
I hit upon the same problem. I tried what you suggested and this is the line that is causing the problem: ``` " Quicker window movement nnoremap j ``` I...
Same issue here. OS: macOS 14.2.1 (Apple M1 Air) Java: ``` openjdk 21.0.2 2024-01-16 OpenJDK Runtime Environment Homebrew (build 21.0.2) OpenJDK 64-Bit Server VM Homebrew (build 21.0.2, mixed mode, sharing)...
Same problem here, but trying to run `:Rails console` on zsh. I have a clean install of Thoughtbot's laptop script.