2.0.18 • Published 5 months ago

@redshank/native v2.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@redshank/native

The objective of this project is to create a complete and advanced framework such as Antd for the web, I want to be able to offer a set of reusable components that are native and beautiful in such a way that we all love to use it in our projects

Documentation

Documentation under construction, launch scheduled for November 30, 2022.

Installation

npm install @redshank/native

Usage

Make sure you have react-native>=0.65.0

Documentation

Documentation here

img.png

Code Example

import {
  Button,
  Space,
  Text,
  ThemeProvider,
} from '@redshank/native';

export default function App() {
  // automic dark mode
  return (
    <ThemeProvider>
      <ScrollView contentContainerStyle={styles.view}>
        <View style={styles.container}>
          <View>
            <Text>Buttons</Text>
            <Text level={4}>Default buttons</Text>
            <Space justify="center">
              <Button>Primary</Button>
              <Button color="success">Success</Button>
              <Button type="link" color="warning">
                Warning
              </Button>
              <Button type="outline" color="error">
                Error
              </Button>
            </Space>
          </View>
          <View>
            <Text level={4}>Circle buttons</Text>
            <Space justify="center">
              <Button shape="circle">Primary</Button>
              <Button shape="circle" color="success">
                Success
              </Button>
              <Button type="link" shape="circle" color="warning">
                Warning
              </Button>
              <Button type="outline" shape="circle" color="error">
                Error
              </Button>
            </Space>
          </View>
          <View>
            <Text level={4}>Custom color buttons</Text>
            <Space justify="center">
              <Button color="magenta">Magenta</Button>
              <Button color="orangered">Orangered</Button>
              <Button color="green">Green</Button>
              <Button color="purple">Purple</Button>
            </Space>
          </View>
        </View>
      </ScrollView>
    </ThemeProvider>
  );
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

2.0.18

5 months ago

2.0.15

5 months ago

2.0.16

5 months ago

2.0.17

5 months ago

2.0.13

5 months ago

2.0.14

5 months ago

2.0.11

5 months ago

2.0.12

5 months ago

2.0.9

5 months ago

2.0.10

5 months ago

2.0.7

5 months ago

2.0.8

5 months ago

2.0.6

5 months ago

2.0.5

5 months ago

2.0.3

5 months ago

2.0.4

5 months ago

2.0.2

5 months ago

1.4.6

6 months ago

1.2.8

10 months ago

1.4.5

6 months ago

1.2.7

10 months ago

1.4.4

8 months ago

1.2.6

10 months ago

1.4.3

8 months ago

1.2.5

10 months ago

1.4.2

8 months ago

1.2.4

10 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.4.20

5 months ago

1.3.10

9 months ago

1.4.21

5 months ago

1.3.11

8 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.3.9

9 months ago

1.3.8

9 months ago

1.3.7

9 months ago

1.3.6

10 months ago

1.3.5

10 months ago

1.3.4

10 months ago

1.3.3

10 months ago

1.3.2

10 months ago

1.3.1

10 months ago

1.3.0

10 months ago

1.4.9

6 months ago

1.4.11

6 months ago

1.4.8

6 months ago

1.4.10

6 months ago

1.4.7

6 months ago

1.4.13

6 months ago

1.4.12

6 months ago

1.4.15

5 months ago

1.4.14

5 months ago

1.4.17

5 months ago

1.4.16

5 months ago

1.4.19

5 months ago

1.4.18

5 months ago

1.2.0

11 months ago

1.1.1

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.1.2

11 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago