react-native-scanner/Pages/Settings/index.js

6 lines
110 B
JavaScript

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