Osei Fortune
Osei Fortune
I was looking at making it simpler for the plugin creator and consumer .. so adding something like above into the package.json .. I'm sure a lot of devs might...
Thanks for the update 😃
Supported via webpack
Can you try using the `@next` version of the cli it contains a newer version of the tool used for this
Try using a lower ndk version than 23
For older versions of the runtime you can set the ndkVersion but I do recommend upgrading to the latest version of the runtime
I ran into the same problem while trying to use the twitter-android-kit the app always crashed when i tried using any of the following [Source](https://github.com/twitter/twitter-kit-android/blob/master/twitter-core/src/main/java/com/twitter/sdk/android/core/TwitterApiClient.java#L125-L178) i even tried extending their...
@jessorlisa this is a gc issue, seems like the java ref is still around but the runtime already removed the instance kept. I believe updating the plugin to keep instances...
It's a tough one to recreate, but it's usually a gc issue. Proper use of weakrefs for callbacks/listeners can help prevent these kind of issues