react-native-logfile-share
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

react-native-logfile-share

A biblioteca react-native-logfile-share é uma solução simples para gerenciar logs em aplicativos React Native e compartilhá-los facilmente.

Instalação

Para instalar a react-native-logfile-share, você pode usar o npm ou o yarn.

npm

npm install react-native-logfile-share

yarn

yarn add react-native-logfile-share
import LogFileShare from 'react-native-logfile-share';

// Escrever um log
LogFileShare.writeLog('Mensagem de log', 'Label');


// Compartilhar logs
<Button
    title="Compartilhar Logs"
    onPress={LogFileShare.handleShareLogs();}
/>

Package Sidebar

Install

npm i react-native-logfile-share

Weekly Downloads

5

Version

0.1.4

License

MIT

Unpacked Size

34 kB

Total Files

34

Last publish

Collaborators

  • gustavo-em