Published at https://www.npmjs.com/package/@crowdform/react-native-ui
A Utility-First React Native UI Framework
Build UI in React Native, without the tears
<Text fontSize="md" color="pink500">
Magnus UI π
</Text>
- Universal (Android, iOS, Web, & more)
- Works with Expo
- Works with Vanilla React Native
- Full theme support
- Custom theme variants
- TypeScript support
- Super simple API
npm install @crowdform/react-native-ui
yarn add @crowdform/react-native-ui
import { Button } from 'react-native-magnus';
<Button />;