kittenTricks icon indicating copy to clipboard operation
kittenTricks copied to clipboard

[Sticky] 🎉🎉Who uses Kitten Tricks / feedback? 🎉🎉

Open artyorsh opened this issue 4 years ago • 15 comments

Hi All!

We are really keen to collect your feedback, and to start with, we'd like to know who is using Kitten Tricks / UI Kitten. We would really appreciate if you:

  • Share your company name
  • Share your logo (in which case it might be used in the readme / frontpage etc)
  • What kind of project? How large? (code base size or team size)
  • If your project is open source or public, please share a link!
  • What do you like most about Kitten Tricks, what could be done better?

Thanks to MobX for Questionnaire idea: mobxjs/mobx#681

UI Kitten discussion https://github.com/akveo/react-native-ui-kitten/issues/657

artyorsh avatar Sep 30 '19 08:09 artyorsh

Will this demo app be updated to v4.4.0 and be written in functional components with react hooks?

kockok avatar Jan 04 '20 02:01 kockok

@kockok yes, it's in progress

artyorsh avatar Jan 09 '20 11:01 artyorsh

I based my project off Kitten Tricks, and have gotten so comfortable with class based components. It was my very first React project so I might be lacking understanding of something; I'm curious why did you guys suddenly choose to switch to functional components and hooks?

sudomann avatar Jan 15 '20 09:01 sudomann

@sudomann thanks for the interest. We try keeping this application trending and up-to-date. Functional components and hooks in today's state of React and React Native is something you should not avoid.

artyorsh avatar Jan 15 '20 09:01 artyorsh

Current technique for changing app theme seems to unmount the entire app?

Building with expo (like kitten tricks), expo simply restarts the app.

But without expo the app just disappears and leaves you on the phone's home screen.

sudomann avatar Jan 19 '20 10:01 sudomann

Actually, I've found that it's not caused by something new from the recent refactor of the app. I discovered the issue above after I switched system display theme to see the app switch theme but instead it suddenly disappeared.

Turns out this issue already existed with the previous Kitten Tricks release, I just never noticed it. Tested with a new simple app using ui-kitten and saw the same issue. It seems to affect Android only.

I suspect it's similar to what causes this as well: https://github.com/akveo/react-native-ui-kitten/issues/593

sudomann avatar Jan 19 '20 14:01 sudomann

@sudomann I've got this fixed in #261 (your main component should also include AppearanceProvider if you're using react-native-appearance). Also, let's keep this issue clean and used for feedbacks. I'm going to delete this conversation soon.

Thanks for reporting!

artyorsh avatar Jan 20 '20 15:01 artyorsh

@artyorsh, Will kittenTricks have more screens or a pro version in the future?

chumanhquang avatar Jan 21 '20 04:01 chumanhquang

@chumanhquang currently we're thinking about this and it's more likely that yes - it will. Thanks for the interest

artyorsh avatar Jan 21 '20 08:01 artyorsh

@artyorsh Thank you, I hope it will soon launch!

chumanhquang avatar Jan 22 '20 04:01 chumanhquang

This wonderful project is limited by expo. too many issues after ejecting from expo

kuasha420 avatar Feb 20 '20 21:02 kuasha420

@kuasha420 because you don't need to do this as it is already ejected and can be runnable in both react-native and expo environments.

artyorsh avatar Feb 21 '20 07:02 artyorsh

OH SHIT THEN DID THAT HAPPEN!! I retract my statement. As I said, It's an wonderful and very modern UI Kit for React Native. I thank you guys wholeheartedly for making it available.

kuasha420 avatar Feb 21 '20 13:02 kuasha420

Hello,

Are you considering improving for @ui-kitten/components v5.0.0 compatibility?

mehmetor avatar Oct 19 '20 00:10 mehmetor

@artyorsh What is the best way to start the project and not have the other files interfering with yours? I would like to avoid deleting them 1 by 1. Probably delete a folder instead?

heberuriegas avatar Jun 03 '21 11:06 heberuriegas