Skip to content
This repository was archived by the owner on Mar 11, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 272 Bytes

File metadata and controls

17 lines (11 loc) · 272 Bytes

react-native-code

Getting started

$ npm install react-native-code --save

Mostly automatic installation

$ react-native link react-native-code

Usage

import PSCode from 'react-native-code';

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