Frank Owusu-Agyemang

Results 3 issues of Frank Owusu-Agyemang

New method to change node src when change audio src, best for playing multiple files/url Release method now unset node src to empty to cancel ongoing network request before collecting...

platform: browser
feature

When debugging to improve performance for a large calendar list ( eg. 15 months calendar list ), we found the `isDateInRange` not super optimize as we needed to complete some...

In reaction to this issue https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/issues/558 and this closed PR https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/559. This adds the; ```kt import android.content.intent override fun onNewIntent(intent: Intent?) { super.onNewIntent(intent) setIntent(intent) } ``` by default if `import...