kathawala / material-ui-in-react-native

A starter React Native app with Material Design principles, using Expo 40, Typescript 4.2, React Native Paper, React Navigation v5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banner

Material Design UI in React Native

Github last commit Github repo size License

A starter app showcasing Material Design concepts, using the react-native-paper library to provide Floating Action Button, Hamburger Menu, Drawer Navigation, and Contextual Action Bar among other things.

Uses: Expo v40, React Native 0.64, React Navigation 5.0, Typescript 4.2

Sets up for you: hamburger menu, drawer navigation, tests (with jest), hooks, deep linking, custom font/theme support, splash screen, dark/light mode support

Preview

light-1 light-2 dark-1 dark-2

Table of contents

Installation

(Back to top)

git clone git@github.com:kathawala/material-ui-in-react-native.git
cd material-ui-in-react-native
yarn install
expo start

License

(Back to top)

MIT License

Say thanks!

(Back to top)

If this saved you development time or you otherwise found it useful, leave a star or follow in GitHub.

You can also buy me a coffee to say thanks:

Liberapay

Donate using Liberapay

PayPal

paypal

About

A starter React Native app with Material Design principles, using Expo 40, Typescript 4.2, React Native Paper, React Navigation v5

License:MIT License


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%