Apperside

Results 22 issues of 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...

T-Help
O-Community

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 ![Screenshot 2021-05-21...

Made the root prop optional otherwise typescript will complain if you don't set it

**Type:** feature The following has been addressed in the PR: * Added an optional callback in the props useful to be notified when the file is ready to be downloaded...

Hello, the link at the end of [this paragraph](https://tamagui.dev/docs/components/text#sizabletext ) 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...