1.0.1 • Published 2 years ago

react-native-feitian-br301 v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-feitian-br301

react-native-library react-native-feitian-br301 modify from: repository sdks: version 3.5.64

Installation

npm install react-native-feitian-br301

Usage

import CardReaderModule from "react-native-feitian-br301";

Configuration IOS

[[info.plist]]
<key>NSBluetoothAlwaysUsageDescription</key>
<string>App need your approval to access to the bluetooth</string>
<key>UISupportedExternalAccessoryProtocols</key>
<array>
    <string>com.ftsafe.bR301</string>
    <string>com.ftsafe.iR301</string>
    <string>com.ftsafe.ir301</string>
    <string>com.ftsafe.br301</string>
</array>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>App need your approval to access to the bluetooth</string>
<key>UIBackgroundModes</key>
<array>
    <string>external-accessory</string>
</array>

[[Link Binary With Libraries]]
-libiRockey301_3.5.64_Release
-CoreBluetooth.framework
-ExternalAccessory.framework

Made with create-react-native-library