Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 320 Bytes

react-native-theme-handler

Getting started

$ npm install react-native-theme-handler --save

Mostly automatic installation

$ react-native link react-native-theme-handler

Usage

import ThemeHandler from 'react-native-theme-handler';

// TODO: What to do with the module?
ThemeHandler;