1.1.8 • Published 4 years ago

styled-system-native v1.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Styled System Native

React Native components for in-line styling, build with styled-components. Inspired from: styled-system-html

Usage

$ npm i -S styled-system-native

Then styled it like styled-system

import React from 'react';
import { Text, View, Button } from "styled-system-native";

const App = () => {
    return (
        <View flex={1} justifyContent="center" alignItems="center">
            <Button
                color="red"
                bg="blue"
                justifyContent="center"
                alignItems="center"
                size={64}
                onPress={() => {console.log("rnkids.github.io")}}
            >
                Press
            </Button>
        </View>
    );
}
export default App;

Created by rnkids

1.1.8

4 years ago

1.1.7

4 years ago

1.1.1

4 years ago

1.1.2

4 years ago

1.0.9

4 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago