-
Coming from https://github.com/Expensify/App/issues/45432, please implement the new Places API as described in [this comment](https://github.com/Expensify/App/issues/45432#issuecomment-2263739363).
…
-
I ran through the steps in the readme, and when running `react-native run-ios` I get the following. Any ideas?
```
Found Xcode project pocketguide.xcodeproj
Launching iPhone 6 (10.0)...
Building usin…
-
/Users/user1/www/letsGout/fixScroll/list-view-experiments/node_modules/react-native/Libraries/WebSocket/RCTSRWebSocket.m:494:3: error:
ignoring return value of function declared with warn_unused_…
roysG updated
6 years ago
-
Hi.
There is useQuery(), but there is no useFragment() which would allow to watch some fragment in the cache and re-render accordingly.
- This hook useFragment is supported in Relay: https://git…
-
We had a password text field defined as so:
``` JavaScript
const PasswordField = MKTextField
.textfieldWithFloatingLabel()
.withPassword(true)
.withPlaceholder('Password:')
.withStyle(styles.…
-
One of the very valuable aspects of the current class fields proposal is that it makes it very ergonomic and easy to avoid having to write a constructor at all.
Being forced to write the constructo…
-
When I render this component:
``` clojure
(defn simple-text-field [text]
(let [text-state (r/atom text)]
(fn []
[rui/text-field
{:id "example"
:value @text-state
:o…
-
Use this issue to discuss [this component in the GOV.UK Design System](https://govuk-design-system-production.cloudapps.digital/components/date-input/).
## Anything else
Related to the ['date pick…
-
## Issue
Getting following error when trying to use signInWithPhoneNumber() : `[auth/invalid-app-credential] Invalid token.`
Tried to upload APNs Authentication Key and it didn't help and then tri…
Vadko updated
1 month ago
-
## Tracker for what we'd like to have out of a react grid
See [SlickGrid](https://github.com/mleibman/SlickGrid) for a very strong implementation of features
## Other Grid componnets
[Griddle](https…