You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• React-Native only allows a callback to be invoked once.
• When RN apps call getTags() multiple times very quickly, the Android SDK will crash because it only stores a reference to the most recent callback
• Fixed by maintaining a callback reference in RNOneSignal
0 commit comments