Eric Vicenti
Eric Vicenti
A few tests should be able to cover this simple library. Most of this task is setting up jest properly, and the tests will be fairly easy to write
### Do you understand that any feature requests opened in this repository will be closed? Yes
Hey all, I've found `withObservables` to be super handy, but now with react hooks I've been using a simple "useObservables" instead: ```js import { useState, useEffect } from 'react'; export...
Attempting to install tamagui in my monorepo without the compilation Tried a very simple configuration: ```tsx import { shorthands } from "@tamagui/shorthands"; import { themes, tokens } from "@tamagui/theme-base"; import...
### Summary Hi friends, this is low-priority because nothing is broken. But there is log spew from next now whenever I run with @expo/next-adapter and its a little embarrassing. Pretty...
**Describe the bug** On web, dragging works but the decorators are not applied. After drag begins, the item can be moved up and down but the shadow and scale effect...
Directories with too many files result in this exception for me on OSX with node v0.8.8. In my case, "too many" files is 162 files clocking in at 22.7MB on...
I haven't adopted Animated.Event yet in NavigationCard, and I would love some help switching over to it instead of providing JS handlers to the touch responder events. This will allow...
Very broken Tamagui install
Find the distance between the center of the photo and the center of the touch, and apply pinch scaling to those values.