euZebe
euZebe
I added a few lines about navigating programmatically, and explanation why not to use global navigate from reach-router but rather use either and its Children as a Function pattern, or...
I get the error `TS2339: Property 'isValid' does not exist on type 'TextInputMask'.` when defining the following component: ``` import React, { useRef, useState } from "react" import { TextInputMask...
Hi, I would find useful to be able to create an event like "11:00 meeting" which would create an event called "meeting" at 11. We could also imagine different patterns:...
# Expected behaviour When toggling bluetooth on, I would like to see a white bluetooth icon . # Current behaviour Currently, the bluetooth icons keeps being red, either bluetooth is...:...
## Goals Be able to distinguish authentication errors by their code. ## Expected Results Have a unique error code for every error message. ## Actual Results When logging in realm...