Testing NFC for iOS Devices
- iOS 11 and above
- Developer Account to enable NFC Capabilities (Targets -> Capabilities -> Near Field Communication Tag Reading)
- To build with XCode 10,
react-native-nfc-managerhas to bev1.2.2. - Add the following into
ios/Info.plistif it does not exist (App will not work properly if this is not included)
<key>NFCReaderUsageDescription</key>
<string>YOUR_PRIVACY_DESCRIPTION</string>- Replace the
App.jswith the sample one provided byreact-native-nfc-managerif you want to test the tag scanning.