react-native-qr-code-compar.../Pages/Nfc/index.js

6 lines
97 B
JavaScript

import {Text} from 'react-native';
export default function Nfc() {
return <Text>Nfc</Text>;
}