1.1.24 • Published 2 years ago
react-native-ipos-printer v1.1.24
react-native-react-native-ipos-printer
Getting started
$ npm install react-native-react-native-ipos-printer --save
Mostly automatic installation
$ react-native link react-native-react-native-ipos-printer
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-react-native-ipos-printer
and addRNReactNativeIposPrinter.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNReactNativeIposPrinter.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.RNReactNativeIposPrinterPackage;
to the imports at the top of the file - Add
new RNReactNativeIposPrinterPackage()
to the list returned by thegetPackages()
method
- Append the following lines to
android/settings.gradle
:include ':react-native-react-native-ipos-printer' project(':react-native-react-native-ipos-printer').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-react-native-ipos-printer/android')
- Insert the following lines inside the dependencies block in
android/app/build.gradle
:compile project(':react-native-react-native-ipos-printer')
Windows
- In Visual Studio add the
RNReactNativeIposPrinter.sln
innode_modules/react-native-react-native-ipos-printer/windows/RNReactNativeIposPrinter.sln
folder to their solution, reference from their app. - Open up your
MainPage.cs
app
- Add
using React.Native.Ipos.Printer.RNReactNativeIposPrinter;
to the usings at the top of the file - Add
new RNReactNativeIposPrinterPackage()
to theList<IReactPackage>
returned by thePackages
method
Usage
import RNReactNativeIposPrinter from 'react-native-react-native-ipos-printer';
// TODO: What to do with the module?
RNReactNativeIposPrinter;
1.1.23
2 years ago
1.1.24
2 years ago
1.1.22
3 years ago
1.1.19
3 years ago
1.1.21
3 years ago
1.1.20
3 years ago
1.1.18
3 years ago
1.1.16
3 years ago
1.1.15
3 years ago
1.1.14
4 years ago
1.1.17
3 years ago
1.1.12
4 years ago
1.1.13
4 years ago
1.1.11
4 years ago
1.1.10
4 years ago
1.1.9
4 years ago
1.1.8
4 years ago
1.1.7
4 years ago
1.1.6
4 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
5 years ago
1.1.1
5 years ago
1.1.0
5 years ago
1.0.11
5 years ago
1.0.10
5 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago