Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 286 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 286 Bytes

react-native-snapkit

Getting started

$ npm install react-native-snapkit --save

Mostly automatic installation

$ react-native link react-native-snapkit

Usage

import Snapkit from 'react-native-snapkit';

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