Svbstrate
  • Overview
  • Theming
  • Styling
  • React
  • React Native
  • CSS
  • Core
Powered by GitBook
On this page

React Native

import { create, Provider, Box } from '@svbstrate/react-native'

const svbstrate = create({
    ...theme,
})

function App() {
    return (
        <Provider svbstrate={svbstrate}>
            <Box c='primary' p={[20, 40, 60]}>Hello world</Box>
        </Provider>
    )
}
PreviousReactNextCSS

Last updated 1 year ago