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
Make Android getTriggerValueForKey consistent with iOS
- `getTriggerValueForKey` returns a rejected promise in the iOS bridge if there is NO value for the key specified
- This commit makes the Android bridge behave the same way so users don't receive an error returned in iOS while receiving a returned value of `null` in Android
0 commit comments