Apperside
Apperside
Hello, I am trying to integrate your awesome library in my project. I have started by trying to generate rest routes for the following model ``` import { Column, Entity,...
**Describe the bug** Hello @natew , first of all let me tell you that the work you have done is truly impressive, and I don't understand why tamagui is so...
Hi, I am going through the documentation about how to use query based sync permission (https://docs.realm.io/sync/using-synced-realms/access-control/fine-grained-permissions), and I think there are some unclear points: this is for example a code...
Hello, I am using this library and it works pretty well, however I am experiencing a strange issue : The app's root component is configured in this way  is broken. I am trying to understand how to setup the typography in my design system and that link would...
**Describe the bug** I am trying to setup the typography in my design system, and I made this styled component: ```typescript import { styled, Text as TamaguiText } from 'tamagui'...
**Describe the bug** I am trying to integrate cross platform images in my tamagui app. I started from create-tamagui-app, and now I am trying to add an `Image` component, so...
**Describe the bug** Before reading the docs about the `useTheme` hook, I thought that it was just like others themable libraries and that it returned the theme tokens, instead by...