David Leuliette

Results 103 comments of David Leuliette

What happens when you spread all the attributes? Example: ``` function QiButton({...props}) { return ; } ``` https://davidl.fr/pattern#spread-attributes

@soltaneben are you using an `expo` stack or pure `react-native`? Because I have a feeling it's the same issue as #1601

Hey @Hearion Have you tried to explore https://github.com/akveo/kittenTricks ? > There is a lack of more detailed data entry and display. What kind of example do you have in mind?...

Hey @AtifShahzed https://akveo.github.io/react-native-ui-kitten/docs/guides/running-on-the-web#running-on-the-web TLDR **yes** If your problem is solved can you please close the issue? It sparks joy for maintainers ✨

Hey @lawrence615 I never use `SafeAreaView` from `react-native` because there are not enough features. You should investigate on migrating to https://github.com/th3rdwave/react-native-safe-area-context#api My component looks like this ```jsx export const ScreenWithTopNav...

I am experiencing the same messages — they are on all `ui-kittens` components ``` 'IconRegistry' cannot be used as a JSX component. Its instance type 'IconRegistry' is not a valid...

This was bugging me so I created a new project with KittenUI template ``` npx react-native init MyApp --template @ui-kitten/template-ts ``` After digging on `package.json` I aligned the versions ```...

> I can't make paddings, margins, radius sizes etc. responsive with using eva metro config But you can use another library for that 😄 I am successfully using https://github.com/Shopify/restyle to...

Hey @sergeu90 What kind of `Modal` are you trying to use? Because there are plenty of libraries for that 😄