react-native-serkanls
v0.2.0
Published
serkanls first package
Readme
react-native-serkanls
serkanls first package
Installation
npm install react-native-serkanls
npm install react-native-nfc-managerIOS Setup
cd ios
pod install
cd ../ios/Info.plist
<key>NFCReaderUsageDescription</key>
<string>Bla Bla</string>
<key>com.apple.developer.nfc.readersession.iso7816.select-identifiers</key>
<array>
<string>A0000002471001</string>
</array>/ios/[folderName].entitlements
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>aps-environment</key>
<string>development</string>
<key>com.apple.developer.nfc.readersession.formats</key>
<array>
<string>TAG</string>
</array>
</dict>
</plist>Android Setup
Usage
import { multiply } from 'react-native-serkanls';
// ...
const result = multiply(3, 7);Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library
