Fazekas Dániel
Fazekas Dániel
@ninjz as I mentioned earlier, you could either use `expo-asset` or look into its source code and see how they handling this to get an idea. `expo-asset` does work in...
@ninjz sorry I have no experience on iOS with this yet but the app I am working on has to support iOS shortly (couple weeks) so I will be urged...
@ninjz I can confirm it is working on iOS in release mode as well with the above stated `expo-asset` example. As a consequence, your issue is likely with correctly setting...
@ryantrem Please note that `resolveAssetSource` does not work in Android Release mode ([see this thread](https://github.com/facebook/react-native/issues/24963)), that's the reason why I've used `expo-asset`. If someone's developing for iOS only, that might...
Same problem here.
@viovoid Temporarily you can make it work by starting on 2.2.0, applying the changes of #121, and changing the line I just mentioned at #121 to this: `String oauthTokenSecret =...
Having the same issue. Once I could log in with twitter, but everytime since then, I get this error.
I got the solution. I think you get this error because you try to login when you are already logged in. Don't forget to use `manager.deauthorize('twitter')` before using `manager.authorize('twitter')` again....
This definitely should be merged. Although, line 410: `String oauthTokenSecret = (String) accessTokenMap.get("oauth_token_secret");` in `android/src/main/java/io/fullstack/oauth/OAuthManagerModule.java` should also be dealt with. It casues me a build error(`error: cannot find symbol` pointing...
Experiencing the same.