mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-31 01:36:11 +00:00
Update prettier and reformat source code
This commit is contained in:
@@ -4,7 +4,9 @@ import Example from '../../shared/example';
|
||||
|
||||
export default function ClipboardPage() {
|
||||
const setString = () => {
|
||||
const success = Clipboard.setString('This text was copied to the clipboard by React Native');
|
||||
const success = Clipboard.setString(
|
||||
'This text was copied to the clipboard by React Native'
|
||||
);
|
||||
console.log(`Clipboard.setString success? ${success}`);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user