Salief Lewis
Salief Lewis
### Describe the feature / bug 📝: Is it possible to turn off the default icons while using `toast.promise()`
### Describe the feature / bug 📝: I'm styling my `Sonner` component via classnames, and they don't take up the same amount of width as the default styles. Essentially the...
Not sure if this makes sense to exist in the template. But there should be documentation on how to configure GitHub actions such that when you merge a branch within...
Error: "...this package itself specifies a 'main' module field that could not be resolved"
Hi, I hope this is the appropriate place to ask this. I followed the structure of this monorepo when incorporating Tailwind and shadcn into my own project, but now I'm...
### Current behavior Following the [how-to-router](https://github.com/kadikraman/how-to-router/tree/main/drawer-and-tabs) drawer structure. There is an issue where if a tab has a stack navigator that includes a modal that is presented as such, the...
Copying this routing structure exactly is the only way I've been able to achieve the desired behavior that is exemplified here. But ideally I'd want a drawer to wrap everything....
``` import { createMaterialTopTabNavigator, MaterialTopTabNavigationOptions, } from "@react-navigation/material-top-tabs"; import { withLayoutContext } from "expo-router"; const { Navigator } = createMaterialTopTabNavigator(); export const MaterialTopTabs = withLayoutContext< MaterialTopTabNavigationOptions, typeof Navigator >(Navigator); ```...
### Question Failed to install `react-native-quick-crypto`, the native initializer function does not exist. Are you trying to use QuickCrypto from different JS Runtimes? ### What I tried ```js Tried using...