React Native Mantine

Mantine for React Native: 122 themeable, accessible components for iOS, Android and Web with Mantine's theme system, variants and useForm API. Works with Expo and bare React Native.

GitHub · npm · llms.txt · Version 1.0.2

Installation

npm install react-native-mantine
import { Theme, Button } from 'react-native-mantine';

export default function App() {
  return (
    <Theme>
      <Button variant="filled">Hello Mantine</Button>
    </Theme>
  );
}

Components

Layout

Components for page structure and positioning

Buttons

Button components and variations

Inputs

Form inputs and controls

Navigation components and links

Data display

Components for presenting data

Overlays

Modals, popovers, and overlay components

Typography

Text formatting and display components

Feedback

Loading states and user feedback

Miscellaneous

Utility and helper components

Theming

Theme system, colors, and styling utilities