Sammekl

Results 3 issues of Sammekl

This fixes issue: https://github.com/twitter/twitter-kit-android/issues/130

This happens in our React Native app. Possibly because the following method fails since the context is a react context and not an activity: https://github.com/twitter/twitter-kit-android/blob/38aeae6c046fe2ba1074a1f0cbfaf7746a8c76ce/twitter-core/src/main/java/com/twitter/sdk/android/core/IntentUtils.java#L34 **Steps to reproduce the problem**...

Loading a Tweet for the first time takes around 20 seconds. After that it's loaded really quickly. This behaviour only appears when running the app. When attaching a debugger, there...