Giter VIP home page Giter VIP logo

caracat-react-native-kitty's Introduction

OIG1

Caracat React Native Kitty

Reanimated v2 version Reanimated v1 version npm npm runs with expo All Contributors

A performant interactive bottom sheet with fully configurable options ๐Ÿš€

Caracat React Native Kitty


Features

Getting Started

Check out the documentation website.

Versioning

This library has been written in two versions of Reanimated, and kept both implementations in two separate branches:

I highly recommend all v3 users to upgrade to v4 which provides more stability and all latest features.

Author

Contributors

Thanks goes to these wonderful people (emoji key):

These people have helped to improve the library, but DO NOT maintain it.


Vojtech Novak

๐Ÿ’ป

Mo gohorm

๐Ÿ’ป

kickbk

๐Ÿ› โš ๏ธ

Sponsor & Support

To keep this library maintained and up-to-date please consider sponsoring it on GitHub. Or if you are looking for private support or help in customizing the experience, then reach out to me on Twitter @gorhom.

License

MIT


OIG1

caracat-react-native-kitty's People

Contributors

hossam1231 avatar

Watchers

 avatar

Forkers

sockitflow

caracat-react-native-kitty's Issues

Create a page buffer

image

this page buffer is a svg shape that comprises of two shapes and two colors when combined with other page contents you can add a buffer as such to make it a bit more seamless

delete

this can be used for delete dialouge

image

Modal backdrop for contact details

image

this backdrop would be great for showing extra contact details as most of the time a number is sufficent but when more is needed they can pull to see extra

Why does this need to be a YStack

at: pkg/caracat-kitty/packages/kitchen-sink/src/contents.tsx

import React, { memo } from 'react';
import { Text, View } from 'react-native';
import { YStack } from '../../stack';

const Content = ({ space, children, ...rest }) => {
return <YStack {...rest}>{children};
// why does this need to be a ystack
};

Content['display-name'] = 'content';
Content['uuid'] = '123';

export default Content;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.