Stephen Tapia Jr.

Results 3 issues of Stephen Tapia Jr.

Fix for onFocus & onBlur silently failing. Reproduction example below... ``` import { TextInput } from "@shoutem/ui"; interface InitialState { focused: Boolean; } const textInput = React.createRef(); const Input =...

> Please use the [Discussion board](https://github.com/dooboolab-community/react-native-iap/discussions) if you want to get some help. Please use issues to report bugs. **Description** When calling getAvailablePurchases() after calling initConnection() successfully I get a...

### Changes Please describe both what is changing and why this is important. Include: I've added refreshToken and saveCredentials to the auth0 hook for implementations requiring custom handling. For my...