react-native-pax-print-module
v1.1.3
Published
## Getting started
Downloads
3
Readme
react-native-pax-a920-print-module
Getting started
$ npm install react-native-pax-a920-print-module --save
Mostly automatic installation
$ react-native link react-native-pax-a920-print-module
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-pax-a920-print-module
and addRNPaxA920PrintModule.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNPaxA920PrintModule.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNPaxA920PrintModulePackage;
to the imports at the top of the file - Add
new RNPaxA920PrintModulePackage()
to the list returned by thegetPackages()
method
- Append the following lines to
android/settings.gradle
:include ':react-native-pax-a920-print-module' project(':react-native-pax-a920-print-module').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-pax-a920-print-module/android')
- Insert the following lines inside the dependencies block in
android/app/build.gradle
:compile project(':react-native-pax-a920-print-module')
Windows
- In Visual Studio add the
RNPaxA920PrintModule.sln
innode_modules/react-native-pax-a920-print-module/windows/RNPaxA920PrintModule.sln
folder to their solution, reference from their app. - Open up your
MainPage.cs
app
- Add
using Pax.A920.Print.Module.RNPaxA920PrintModule;
to the usings at the top of the file - Add
new RNPaxA920PrintModulePackage()
to theList<IReactPackage>
returned by thePackages
method
Usage
import RNPaxA920PrintModule from 'react-native-pax-a920-print-module';
// TODO: What to do with the module?
RNPaxA920PrintModule;